mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
🔥 remove unused variable
This commit is contained in:
@@ -523,7 +523,7 @@ class Package
|
||||
if @path.indexOf(path.join(atom.packages.resourcePath, 'node_modules') + path.sep) is 0
|
||||
# Bundled packages are always considered compatible
|
||||
@compatible = true
|
||||
else if packageMain = @getMainModulePath()
|
||||
else if @getMainModulePath()
|
||||
@incompatibleModules = @getIncompatibleNativeModules()
|
||||
@compatible = @incompatibleModules.length is 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user