mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
fix(lint): fix linter error
This commit is contained in:
parent
4a0af16abd
commit
afc20f255a
1 changed files with 2 additions and 2 deletions
|
@ -434,8 +434,8 @@ class PackageManager
|
||||||
|
|
||||||
# Only active 3rd party plugins
|
# Only active 3rd party plugins
|
||||||
activeThirdPartyPluginNames = @getActivePackages().filter((p) ->
|
activeThirdPartyPluginNames = @getActivePackages().filter((p) ->
|
||||||
(p.path?.indexOf('internal_packages') is -1 and
|
(p.path?.indexOf('internal_packages') is -1 and
|
||||||
p.path?.indexOf('nylas-private') is -1)
|
p.path?.indexOf('nylas-private') is -1)
|
||||||
).map((p) -> p.name)
|
).map((p) -> p.name)
|
||||||
|
|
||||||
# Only active core optional, and core required plugins
|
# Only active core optional, and core required plugins
|
||||||
|
|
Loading…
Reference in a new issue