Skip to content

child_process.fork method & unicode characters #19888

@vulcan9

Description

@vulcan9
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions