Skip to content

Commit e88b7dd

Browse files
committed
fix
1 parent f9f9e71 commit e88b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/os/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub use ops::signal::SignalError;
2626
// The full list of environment variables supported by Node.js is available
2727
// at https://nodejs.org/api/cli.html#environment-variables
2828
const SORTED_NODE_ENV_VAR_ALLOWLIST: [&str; 4] =
29-
["FORCE_COLOR", "NO_COLOR", "NODE_DEBUG", "NODE_OPTIONS"];
29+
["FORCE_COLOR", "NODE_DEBUG", "NODE_OPTIONS", "NO_COLOR"];
3030

3131
#[derive(Clone, Default)]
3232
pub struct ExitCode(Arc<AtomicI32>);

0 commit comments

Comments
 (0)