Use executedFrom command line option to resolve paths

This commit is contained in:
probablycorey
2013-05-20 15:45:02 -07:00
parent 40d49373d3
commit 26094a5405
2 changed files with 18 additions and 14 deletions

View File

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