mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Pass options through when loading packages
This commit is contained in:
@@ -67,7 +67,7 @@ _.extend atom,
|
||||
|
||||
if path = @resolvePackagePath(id)
|
||||
return pack if pack = @getLoadedPackage(id)
|
||||
pack = Package.load(path)
|
||||
pack = Package.load(path, options)
|
||||
@loadedPackages.push(pack)
|
||||
pack
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user