Shim fs.exists

This commit is contained in:
Kevin Sawicki
2013-10-31 14:32:36 -07:00
parent f7686a5485
commit e06100fe25

View File

@@ -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