Skip to content

Commit 52dd8d3

Browse files
committed
removing exit code from config
1 parent 614c070 commit 52dd8d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/helpers/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ config.packageFileName = "bstackPackages.tar.gz";
2121
config.packageDirName = "tmpBstackPackages";
2222
config.retries = 5;
2323
config.networkErrorExitCode = 2;
24-
config.buildFailedExitCode = 3;
2524

2625
module.exports = config;

0 commit comments

Comments
 (0)