Skip to content

Commit a2a1c6f

Browse files
add reference to env variables issue
1 parent 09a14d1 commit a2a1c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-cli-node-cli-manpage-env-vars.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ assert(manpageEnvVarNames.size > 0,
2222
);
2323

2424
// TODO(dario-piotrowicz): add the missing env variables to the manpage and remove this set
25+
// (refs: https://github.com/nodejs/node/issues/58894)
2526
const knownEnvVariablesMissingFromManPage = new Set([
2627
'NODE_COMPILE_CACHE',
2728
'NODE_DISABLE_COMPILE_CACHE',

0 commit comments

Comments
 (0)