From afc20f255a9f1fb37a9958f18009f1098f6714a5 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Thu, 18 Aug 2016 12:25:53 -0700 Subject: [PATCH] fix(lint): fix linter error --- src/package-manager.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package-manager.coffee b/src/package-manager.coffee index 52f56d36e..3ff59dcc0 100644 --- a/src/package-manager.coffee +++ b/src/package-manager.coffee @@ -434,8 +434,8 @@ class PackageManager # Only active 3rd party plugins activeThirdPartyPluginNames = @getActivePackages().filter((p) -> - (p.path?.indexOf('internal_packages') is -1 and - p.path?.indexOf('nylas-private') is -1) + (p.path?.indexOf('internal_packages') is -1 and + p.path?.indexOf('nylas-private') is -1) ).map((p) -> p.name) # Only active core optional, and core required plugins