src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:11:17 +0000 (17:11 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 09:11:17 +0000 (17:11 +0800)
src/Palete/ValaSource.vala

index 8d55d0c..b5bc2f3 100644 (file)
@@ -225,6 +225,7 @@ namespace Palete {
                        // assume code is in home...
                        try {
                            this.compiler = new Spawn( GLib.Environment.get_home_dir(), args);
+                           this.compiler.output_line.connect(compile_output);
                            this.compiler.complete.connect(runResult);
                            this.compiler.run();