-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.
Description
- Version: v8.1.2
- Platform: win10 64bit
var fs = require('fs');
fs.writeFile('test: abc.js', 'aaaa', function (err) {
debugger;
});
The filename has a colon which is not allowed on win10.
The piece of code wrote a file named test
which suppose to be test: abc.js
, and there was no content.
The execution was failed, but there was no error. Parameter err
is null
.
refack, QingyaFan and parvezk
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.wipIssues and PRs that are still a work in progress.Issues and PRs that are still a work in progress.