From ed3bb509fa5e425047728e94cc6e83f7653b20d2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 10 Oct 2013 18:00:38 -0700 Subject: [PATCH] Remove outdated comment about NODE_PATH tweaking --- src/browser/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index 35ade8082..aad19da63 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -326,7 +326,7 @@ class AtomApplication catch error bootstrapScript = require.resolve(path.resolve(__dirname, '..', '..', 'benchmark', 'benchmark-bootstrap')) - isSpec = true # Needed because this flag adds the spec directory to the NODE_PATH + isSpec = true new AtomWindow({bootstrapScript, @resourcePath, isSpec}) # Private: Opens a native dialog to prompt the user for a path.