mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
buggin me
This commit is contained in:
@@ -74,7 +74,7 @@ __exists = (path) ->
|
||||
OSX.NSFileManager.defaultManager.fileExistsAtPath path
|
||||
|
||||
__read = (path) ->
|
||||
OSX.NSString.stringWithContentsOfFile path
|
||||
OSX.NSString.stringWithContentsOfFile(path).toString()
|
||||
|
||||
__modules = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user