Fix the atom:// URL handler for real (with tests this time)

This commit is contained in:
hansonw
2017-05-16 11:37:53 -07:00
parent 9a42f82895
commit e8cd4bf431
4 changed files with 31 additions and 1 deletions

View File

@@ -644,7 +644,7 @@ class AtomApplication
openUrl: ({urlToOpen, devMode, safeMode, env}) ->
unless @packages?
PackageManager = require '../package-manager'
@packages = new PackageManager()
@packages = new PackageManager({})
@packages.initialize
configDirPath: process.env.ATOM_HOME
devMode: devMode