Skip to content

Commit 823c83e

Browse files
committed
tweak
1 parent dbc3b8d commit 823c83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tasks.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ function buildFinished(code, signal) {
6262
rebuild();
6363
} else {
6464
if (code !== 0) {
65-
console.log(`File "BUILD", line 1, characters 1-1:`);
66-
console.log(`Error: Failed to build ${showDate(new Date())}`);
65+
// console.log(`File "package.json", line 1, characters 1-1:`);
66+
// console.log(`Error: Failed to build ${showDate(new Date())}`);
6767
}
6868
console.log(">>>> Finish compiling (options: R|clean|config)");
6969
// TODO: check ninja exit error code

0 commit comments

Comments
 (0)