Skip to content

Commit 7382a2a

Browse files
committed
Merge branch 'release/5.3.2'
2 parents 1536c6b + 1274a9a commit 7382a2a

File tree

4 files changed

+282
-6627
lines changed

4 files changed

+282
-6627
lines changed

CHANGELOG.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.3.2:
2+
date: 2022-03-03
3+
fixed bugs:
4+
- Allow the process to exit naturally in CLI mode
5+
chores:
6+
- Updated dependencies
7+
18
5.3.1:
29
date: 2022-01-10
310
chores:

bin/newman.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ program
8181
console.error(`error: ${err.message || err}\n`);
8282
err.friendly && console.error(` ${err.friendly}\n`);
8383
}
84-
runError && !_.get(options, 'suppressExitCode') && process.exit(1);
84+
runError && !_.get(options, 'suppressExitCode') && (process.exitCode = 1);
8585
});
8686
});
8787

0 commit comments

Comments
 (0)