Add original-fs module
This commit is contained in:
parent
db8361a0a9
commit
5cb97545fd
3 changed files with 10 additions and 0 deletions
6
atom/common/api/lib/original-fs.coffee
Normal file
6
atom/common/api/lib/original-fs.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
fs = require 'fs'
|
||||
|
||||
copied = {}
|
||||
copied[k] = v for k, v of fs
|
||||
|
||||
module.exports = copied
|
Loading…
Add table
Add a link
Reference in a new issue