Update comment

This commit is contained in:
Corey Johnson
2013-09-05 15:30:04 -07:00
parent 2eb3b7bf35
commit 15c3e2c729

View File

@@ -275,7 +275,7 @@ class AtomApplication
runBenchmarks: ->
bootstrapScript = 'benchmark/benchmark-bootstrap'
isSpec = true # So the spec folder is added to NODE_PATH
isSpec = true # Needed because this flag adds the spec directory to the NODE_PATH
new AtomWindow({bootstrapScript, @resourcePath, isSpec})
# Private: Opens a native dialog to prompt the user for a path.