mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
💄
This commit is contained in:
parent
892cdae622
commit
bf4ac1d3eb
@ -46,8 +46,7 @@ module.exports = (grunt) ->
|
||||
packages[metadata.name] = pack
|
||||
|
||||
for extension, paths of moduleCache.extensions
|
||||
if paths.length is 0
|
||||
delete moduleCache.extensions[extension]
|
||||
delete moduleCache.extensions[extension] if paths.length is 0
|
||||
|
||||
metadata = grunt.file.readJSON(path.join(appDir, 'package.json'))
|
||||
metadata._atomPackages = packages
|
||||
|
Loading…
Reference in New Issue
Block a user