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

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