File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = ObjectFreeze({
15
15
// Libraries like yocto-colors check for CI not by value but my existence,
16
16
// e.g. `'CI' in process.env`.
17
17
CI : ObjectHasOwn ( env , 'CI' ) ,
18
- // Flag set to enable debug logging based on the 'debug' package.
18
+ // Variable to enable debug logging based on the 'debug' package.
19
19
// https://socket.dev/npm/package/debug/overview/4.4.1
20
20
DEBUG ,
21
21
// Variable to set the debug log level
@@ -38,7 +38,7 @@ module.exports = ObjectFreeze({
38
38
// PRE_COMMIT is set to '1' by our 'test-pre-commit' script run by the
39
39
// .husky/pre-commit hook.
40
40
PRE_COMMIT : envAsBoolean ( env . PRE_COMMIT ) ,
41
- // Flag set to enable debug logging in Socket CLI.
41
+ // Variable to enable debug logging in Socket CLI.
42
42
SOCKET_CLI_DEBUG : ! ! DEBUG || envAsBoolean ( env . SOCKET_CLI_DEBUG ) ,
43
43
// TAP=1 is set by the tap-run test runner.
44
44
// https://node-tap.org/environment/#environment-variables-used-by-tap
You can’t perform that action at this time.
0 commit comments