mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
do not return and assign
This commit is contained in:
committed by
Kevin Sawicki
parent
98b4353ef8
commit
6f845373a7
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user