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 5a844d7 commit 7e08cadCopy full SHA for 7e08cad
src/index.js
@@ -4,7 +4,7 @@ const { promisify } = require('util');
4
const validateReq = require('./lib/validateReq');
5
const exec = promisify(require('child_process').exec);
6
7
-// Critical: exit early if the token is not defined.
+// CRITICAL: exit early if no token is defined.
8
if (!process.env.NSW_TOKEN) {
9
console.error('NO TOKEN DEFINED, EXITING.');
10
process.exit(1);
0 commit comments