We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 566ff1d + 289de2e commit 311c429Copy full SHA for 311c429
src/reporters/console.ts
@@ -74,4 +74,5 @@ export default (callResults: any[], schema: OpenRPC) => {
74
console.log("Success: ", colors.green(metrics.success.toString()));
75
console.log("Errors: ", colors.red(metrics.errors.toString()));
76
console.log("==========");
77
+ process.exit(metrics.errors);
78
};
0 commit comments