src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 06:08:42 +0000 (14:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 06:08:42 +0000 (14:08 +0800)
src/Palete/ValaSource.vala

index da17dba..8ae2fd5 100644 (file)
@@ -153,12 +153,11 @@ namespace Palete {
                         
                }
                
-               public void checkSpawn( )
+               public void checkSpawn(JsRender.JsRender file )
                {
-                       this.file = null;
+                       this.file = file;
                         
-                        
-                       
+                         
                        string[] args = {};
                        args += BuilderApplication._self;
                        args += "--project";