Add url to open to load settings

This commit is contained in:
Kevin Sawicki 2013-10-07 14:41:13 -07:00
parent 19a8626c21
commit ad577d6315

View File

@ -268,6 +268,7 @@ class AtomApplication
devMode: devMode
configDirPath: fsUtils.absolute('~/.atom')
resourcePath: @resourcePath
urlToOpen: urlToOpen
})
pack = _.find @packages.getAvailablePackageMetadata(), ({name}) -> name is packageName