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.
1 parent 0793bdc commit 9a6e59dCopy full SHA for 9a6e59d
src/cli.js
@@ -25,6 +25,7 @@ prog
25
26
process.exit(results.pass ? 0 : 1);
27
} catch (ex) {
28
+ // TODO: Log the exception?
29
process.exit(1);
30
}
31
});
0 commit comments