Remove outdated comment about NODE_PATH tweaking

This commit is contained in:
Kevin Sawicki
2013-10-10 18:00:38 -07:00
parent 8d27369afc
commit ed3bb509fa

View File

@@ -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.