We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad1635 commit 7e9339dCopy full SHA for 7e9339d
1 file changed
lib/node_modules/@stdlib/_tools/modules/import-require/bin/cli
@@ -53,8 +53,8 @@ function main() {
53
* @param {string} msg - error message
54
*/
55
function exit( msg ) {
56
+ process.exitCode = 1;
57
console.error( 'Error: %s', msg ); // eslint-disable-line no-console
- cli.exit( 1 );
58
} // end FUNCTION exit()
59
60
/**
0 commit comments