No need to override child_process.fork

We already support asar in Node mode.
This commit is contained in:
Cheng Zhao 2015-03-20 19:04:11 +08:00
parent 2c0b50a7e9
commit 1df033dce8
2 changed files with 0 additions and 6 deletions

View file

@ -298,4 +298,3 @@ exports.wrapFsWithAsar = (fs) ->
overrideAPISync process, 'dlopen', 1
overrideAPISync require('module')._extensions, '.node', 1
overrideAPISync fs, 'openSync'
overrideAPISync child_process, 'fork'