Builder3/Window.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 May 2014 12:45:40 +0000 (20:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 May 2014 12:45:40 +0000 (20:45 +0800)
Builder3/Window.js

index 09747f8..13dfca2 100644 (file)
@@ -845,7 +845,7 @@ Window=new XObject({
                                                                                     this.file.save();
                                                                                     if (typeof(this.file.valaCompileCmd) !== 'undefined') {
                                                                                             var cmd = this.file.valaCompileCmd();
-                                                                                            print(cmd.join(' ');
+                                                                                            print(cmd.join(' '));
                                                                                             var out = {};
                                                                                             this.get('/Terminal').el.fork_command_full(
                                                                                                 Vte.PtyFlags.DEFAULT,