No need to preheat original-fs module
This commit is contained in:
parent
96f24b88ea
commit
69092eee15
1 changed files with 0 additions and 3 deletions
|
@ -35,8 +35,5 @@ if process.type is 'browser'
|
|||
global.setTimeout = wrapWithActivateUvLoop timers.setTimeout
|
||||
global.setInterval = wrapWithActivateUvLoop timers.setInterval
|
||||
|
||||
# Initialize the "original-fs" module before asar support is loaded.
|
||||
require 'original-fs'
|
||||
|
||||
# Add support for asar packages.
|
||||
require './asar'
|
||||
|
|
Loading…
Reference in a new issue