-
-
Couldn't load subscription status.
- Fork 33.6k
Closed
Description
- Version: node 9.10.0
- Platform: 64-bit (Windows)
- Subsystem: node-webkit 0.29.3
The child_process.fork method does not work if the file path contains unicode characters (korean, chiness, japanese...).
// '__dirname' contains unicode characters
var jsFile = path.resolve(__dirname, 'worker.js');
var fork = require("child_process").fork;
var child = fork(jsFile, [], {});
what do you think about?
Metadata
Metadata
Assignees
Labels
No labels