Builder3/Window.js
[app.Builder.js] / 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,