From a61e1c1c2a5a7498c56ec88703590eee71a2d332 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 6 Nov 2011 14:39:15 -0800 Subject: [PATCH] corey fixed a bug --- src/fs.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs.coffee b/src/fs.coffee index 712cedbbf..34f881808 100644 --- a/src/fs.coffee +++ b/src/fs.coffee @@ -43,6 +43,7 @@ module.exports = # Returns true if the file specified by path exists and is a # regular file. isFile: (path) -> + path = @absolute path isDir = new jscocoa.outArgument exists = OSX.NSFileManager.defaultManager. fileExistsAtPath_isDirectory path, isDir