Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/ProcessManagement/NodeResolver/
NodeExecutableName.rs

1//! Platform-specific filename for the Node executable.
2
3pub fn Fn() -> &'static str { if cfg!(target_os = "windows") { "node.exe" } else { "node" } }