From 93940c03ef2eafdac40a7ba4e253cb71b8dacfb5 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Wed, 25 Sep 2013 16:16:45 -0700 Subject: [PATCH] :lipstick: --- src/atom-window.coffee | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/atom-window.coffee b/src/atom-window.coffee index 3da832046..5da1d3b2e 100644 --- a/src/atom-window.coffee +++ b/src/atom-window.coffee @@ -42,10 +42,7 @@ class AtomWindow @openPath(pathToOpen, initialLine) setupNodePath: (resourcePath) -> - paths = [ - 'exports' - 'node_modules' - ] + paths = ['exports', 'node_modules'] paths = paths.map (relativePath) -> path.resolve(resourcePath, relativePath) process.env['NODE_PATH'] = paths.join path.delimiter