mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
we still use open()
This commit is contained in:
@@ -32,7 +32,7 @@ save = ->
|
||||
File.write filename, editor.getSession().getValue()
|
||||
setMode()
|
||||
Chrome.setDirty false
|
||||
exports.open = (path) ->
|
||||
exports.open = open = (path) ->
|
||||
filename = path
|
||||
|
||||
if Dir.isDir(filename)
|
||||
|
||||
Reference in New Issue
Block a user