mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use executedFrom command line option to resolve paths
This commit is contained in:
@@ -70,6 +70,7 @@ window.startConfigWindow = ->
|
||||
$(window).focus()
|
||||
|
||||
window.unloadEditorWindow = ->
|
||||
console.log 'fuck dude'
|
||||
return if not project and not rootView
|
||||
atom.setWindowState('pathToOpen', project.getPath())
|
||||
atom.setWindowState('project', project.serialize())
|
||||
|
||||
Reference in New Issue
Block a user