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
|
Loading…
Add table
Add a link
Reference in a new issue