Show window from bootstrap script

This commit is contained in:
Kevin Sawicki
2013-06-03 13:23:16 -07:00
parent 879cc31261
commit d58ec4d3f6
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
try
require 'atom'
atom.show()
{runSpecSuite} = require 'jasmine-helper'
document.title = "Spec Suite"

View File

@@ -258,8 +258,6 @@ class AtomApplication
exitWhenDone: exitWhenDone
isSpec: true
specWindow.show()
promptForPath: ->
pathsToOpen = dialog.showOpenDialog title: 'Open', properties: ['openFile', 'openDirectory', 'multiSelections', 'createDirectory']
@openPaths(pathsToOpen)