mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
ALWAYS BE PATHING
This commit is contained in:
@@ -14,7 +14,7 @@ class App
|
||||
@start: ->
|
||||
@setActiveWindow new Window
|
||||
controller : WindowController
|
||||
path : localStorage.lastOpenedPath
|
||||
path : localStorage.lastOpenedPath ? File.workingDirectory()
|
||||
|
||||
_.map File.list("~/.atomicity/"), (path) ->
|
||||
require path
|
||||
|
||||
Reference in New Issue
Block a user