Skip to content

Commit 04c5b6f

Browse files
hanslfilipesilva
authored andcommitted
ci: when script throws an error, exit with error code
1 parent 5c31390 commit 04c5b6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/devkit-admin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ try {
6767
require(scriptPath).default(args, logger);
6868
} catch (err) {
6969
logger.fatal(err.stack);
70+
process.exit(99);
7071
}
7172

0 commit comments

Comments
 (0)