mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Make child_process.execFileSync support asar
This commit is contained in:
@@ -355,3 +355,4 @@ exports.wrapFsWithAsar = (fs) ->
|
||||
overrideAPISync process, 'dlopen', 1
|
||||
overrideAPISync require('module')._extensions, '.node', 1
|
||||
overrideAPISync fs, 'openSync'
|
||||
overrideAPISync child_process, 'execFileSync'
|
||||
|
||||
Reference in New Issue
Block a user