Make child_process.execFileSync support asar
This commit is contained in:
parent
eec93665b7
commit
784d2633a9
1 changed files with 1 additions and 0 deletions
|
@ -355,3 +355,4 @@ exports.wrapFsWithAsar = (fs) ->
|
|||
overrideAPISync process, 'dlopen', 1
|
||||
overrideAPISync require('module')._extensions, '.node', 1
|
||||
overrideAPISync fs, 'openSync'
|
||||
overrideAPISync child_process, 'execFileSync'
|
||||
|
|
Loading…
Reference in a new issue