We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71336fc commit 64ab02eCopy full SHA for 64ab02e
1 file changed
Jakefile
@@ -309,6 +309,7 @@ function exec(cmd, completeHandler) {
309
ex.addListener("error", function(e, status) {
310
process.stderr.write(status);
311
process.stderr.write(e);
312
+ complete();
313
})
314
try{
315
ex.run();
0 commit comments