diff --git a/src/atom-application.coffee b/src/atom-application.coffee index 64be0336c..4a491824f 100644 --- a/src/atom-application.coffee +++ b/src/atom-application.coffee @@ -189,14 +189,14 @@ class AtomApplication return @configWindow = new AtomWindow - bootstrapScript: 'config-bootstrap', + bootstrapScript: 'config-bootstrap' resourcePath: @resourcePath @configWindow.browserWindow.on 'destroyed', => @configWindow = null runSpecs: (exitWhenDone) -> specWindow = new AtomWindow - bootstrapScript: 'spec-bootstrap', + bootstrapScript: 'spec-bootstrap' resourcePath: @resourcePath exitWhenDone: exitWhenDone isSpec: true