mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Show window from bootstrap script
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
try
|
||||
require 'atom'
|
||||
atom.show()
|
||||
{runSpecSuite} = require 'jasmine-helper'
|
||||
|
||||
document.title = "Spec Suite"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user