do not return and assign

This commit is contained in:
Zeke Sikelianos 2016-03-29 10:33:17 -07:00 committed by Kevin Sawicki
parent 98b4353ef8
commit 6f845373a7

View file

@ -9,7 +9,7 @@
// Make graceful-fs work with asar.
var source = process.binding('natives')
source['original-fs'] = source.fs
return source['fs'] = `
source['fs'] = `
var nativeModule = new process.NativeModule('original-fs')
nativeModule.cache()
nativeModule.compile()