Skip to content

Commit

Permalink
[Optimize] Native build output error (cocos#11579)
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualSJ authored Jun 17, 2022
1 parent 18be330 commit ffa3b57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/native-pack-tool/scripts/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ tasks.forEach((taskName) => {
promise.then(() => {
console.log(`run task ${tasks} success!`);
process.exit();
})
}).catch((error) => {
console.log(error);
process.exit(-1);
});

0 comments on commit ffa3b57

Please sign in to comment.