mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add missing path prefix to method invocation
This commit is contained in:
@@ -12,7 +12,7 @@ bundledPackagesDirPath = path.join(resourcePath, "src/packages")
|
||||
nodeModulesDirPath = path.join(resourcePath, "node_modules")
|
||||
bundledThemesDirPath = path.join(resourcePath, "themes")
|
||||
vendoredPackagesDirPath = path.join(resourcePath, "vendor/packages")
|
||||
vendoredThemesDirPath = .join(resourcePath, "vendor/themes")
|
||||
vendoredThemesDirPath = path.join(resourcePath, "vendor/themes")
|
||||
userThemesDirPath = path.join(configDirPath, "themes")
|
||||
userPackagesDirPath = path.join(configDirPath, "packages")
|
||||
userStoragePath = path.join(configDirPath, ".storage")
|
||||
|
||||
Reference in New Issue
Block a user