Skip to content

Commit 7778cd6

Browse files
committed
Add comment to DEBUG env var
1 parent 80d7842 commit 7778cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

registry/lib/constants/env.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = ObjectFreeze({
1515
// Libraries like yocto-colors check for CI not by value but my existence,
1616
// e.g. `'CI' in process.env`.
1717
CI: ObjectHasOwn(env, 'CI'),
18-
// Flag set to enable debug logging.
18+
// Flag set to enable debug logging based on the 'debug' package.
19+
// https://socket.dev/npm/package/debug/overview/4.4.1
1920
DEBUG,
2021
// Variable to set the debug log level
2122
// (notice, error, warn, info, verbose, http, silly).

0 commit comments

Comments
 (0)