Skip to content

Commit db86930

Browse files
committed
always exit if error in conf
1 parent 5b4c9cd commit db86930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ try {
1111
console.log('Invalid configuration in `browserstack.json` file');
1212
console.log(e.message);
1313
console.log(e.stack);
14-
process.exit(1);
1514
}
15+
process.exit(1);
1616
}
1717

1818
try {

0 commit comments

Comments
 (0)