Remove the original-fs.js
It is acutally not needed.
This commit is contained in:
parent
0e7bc6b8ec
commit
fa169ee7ff
2 changed files with 0 additions and 9 deletions
|
@ -1,8 +0,0 @@
|
||||||
vm = require 'vm'
|
|
||||||
|
|
||||||
# Execute the 'fs.js' and pass the 'exports' to it.
|
|
||||||
source = '(function (exports, require, module, __filename, __dirname) { ' +
|
|
||||||
process.binding('natives').originalFs +
|
|
||||||
'\n});'
|
|
||||||
fn = vm.runInThisContext source, { filename: 'fs.js' }
|
|
||||||
fn exports, require, module
|
|
|
@ -35,7 +35,6 @@
|
||||||
'atom/common/api/lib/crash-reporter.coffee',
|
'atom/common/api/lib/crash-reporter.coffee',
|
||||||
'atom/common/api/lib/id-weak-map.coffee',
|
'atom/common/api/lib/id-weak-map.coffee',
|
||||||
'atom/common/api/lib/native-image.coffee',
|
'atom/common/api/lib/native-image.coffee',
|
||||||
'atom/common/api/lib/original-fs.coffee',
|
|
||||||
'atom/common/api/lib/shell.coffee',
|
'atom/common/api/lib/shell.coffee',
|
||||||
'atom/common/lib/init.coffee',
|
'atom/common/lib/init.coffee',
|
||||||
'atom/renderer/lib/chrome-api.coffee',
|
'atom/renderer/lib/chrome-api.coffee',
|
||||||
|
|
Loading…
Reference in a new issue