-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed
Labels
osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.
Description
- Version:
- Platform:
- Subsystem:
Version : v8.2.1
Platform: Windows (64 bit)
Code
const os = require('os');
console.log(os.EOL + " is the EOL");
os.EOL = "12345"
console.log(os.EOL + " is the EOL");
Output
is the EOL
12345 is the EOL
os.EOL is specified as a constant but its value is getting updated
gluons
Metadata
Metadata
Assignees
Labels
osIssues and PRs related to the os subsystem.Issues and PRs related to the os subsystem.