Pass options through when loading packages

This commit is contained in:
Nathan Sobo
2013-03-25 09:41:03 -06:00
parent 58ef6c6582
commit 4510d31301

View File

@@ -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