mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix the atom:// URL handler for real (with tests this time)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user