mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Shim fs.exists
This commit is contained in:
@@ -6,7 +6,7 @@ Emitter::subscriptionCount = (args...) -> @getSubscriptionCount(args...)
|
||||
|
||||
#TODO remove once all packages have been updated
|
||||
fs = require 'fs-plus'
|
||||
fs.exist = fs.existsSync
|
||||
fs.exists = fs.existsSync
|
||||
fs.makeTree = fs.makeTreeSync
|
||||
fs.move = fs.moveSync
|
||||
fs.read = fs.readSync
|
||||
|
||||
Reference in New Issue
Block a user