Add 'Rebuilding' message to -watch

This commit is contained in:
Joshua Granick
2018-03-12 15:34:25 -07:00
parent fd8ab4814e
commit 2351b6a340
2 changed files with 1 additions and 10 deletions

View File

@@ -102,19 +102,9 @@ class WatchHelper {
}
// LogHelper.info ("", " - \x1b[1mStarting local web server:\x1b[0m http://localhost:" + port);
/*Thread.create (function () {
Sys.sleep (0.5);
ProcessHelper.openURL ("http://localhost:" + port);
});*/
var args = [ bin, command ];
args = args.concat (directories);
args.push ("--exit");
args.push ("--ignoreDotFiles");
args.push ("--ignoreUnreadable");

View File

@@ -93,6 +93,7 @@ for(i = 0; i < dirLen; i++) {
} catch (e) {}
}
try {
console.error('> Rebuilding...')
shell = execshell(command)
} catch (e) {
console.error (e);