mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
👕
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class PackageManager {
|
||||
this.packageDirPaths.push(path.join(params.configDirPath, 'dev', 'packages'))
|
||||
if (process.env.ATOM_DEV_RESOURCE_PATH) {
|
||||
this.packageDirPaths.push(path.join(process.env.ATOM_DEV_RESOURCE_PATH, 'packages'))
|
||||
}
|
||||
}
|
||||
}
|
||||
this.packageDirPaths.push(path.join(params.configDirPath, 'packages'))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user