No need to preheat original-fs module

This commit is contained in:
Cheng Zhao 2015-01-19 15:47:21 -08:00
parent 96f24b88ea
commit 69092eee15

View file

@ -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'