Make child_process.execFileSync support asar

This commit is contained in:
Cheng Zhao 2015-11-20 10:33:57 +08:00
parent eec93665b7
commit 784d2633a9

View file

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