Skip to content

Commit 7e08cad

Browse files
committed
fix: better grammar
1 parent 5a844d7 commit 7e08cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { promisify } = require('util');
44
const validateReq = require('./lib/validateReq');
55
const exec = promisify(require('child_process').exec);
66

7-
// Critical: exit early if the token is not defined.
7+
// CRITICAL: exit early if no token is defined.
88
if (!process.env.NSW_TOKEN) {
99
console.error('NO TOKEN DEFINED, EXITING.');
1010
process.exit(1);

0 commit comments

Comments
 (0)