We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f9e71 commit e88b7ddCopy full SHA for e88b7dd
ext/os/lib.rs
@@ -26,7 +26,7 @@ pub use ops::signal::SignalError;
26
// The full list of environment variables supported by Node.js is available
27
// at https://nodejs.org/api/cli.html#environment-variables
28
const SORTED_NODE_ENV_VAR_ALLOWLIST: [&str; 4] =
29
- ["FORCE_COLOR", "NO_COLOR", "NODE_DEBUG", "NODE_OPTIONS"];
+ ["FORCE_COLOR", "NODE_DEBUG", "NODE_OPTIONS", "NO_COLOR"];
30
31
#[derive(Clone, Default)]
32
pub struct ExitCode(Arc<AtomicI32>);
0 commit comments