mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove unneeded quotes
This commit is contained in:
@@ -242,7 +242,7 @@ exports.add = (directoryPath, metadata) ->
|
||||
if folderPath
|
||||
cache.folders["#{directoryPath}#{path.sep}#{folderPath}"] = entry.dependencies
|
||||
else
|
||||
cache.folders["#{directoryPath}"] = entry.dependencies
|
||||
cache.folders[directoryPath] = entry.dependencies
|
||||
|
||||
if directoryPath is cache.resourcePath
|
||||
for extension, paths of cacheToAdd?.extensions
|
||||
|
||||
Reference in New Issue
Block a user