mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-02 20:07:25 +03:00
exit(1) when spec-bootstrap throws an error
This commit is contained in:
parent
00fd7fc00f
commit
60189c0135
@ -1,6 +1,10 @@
|
||||
require 'atom'
|
||||
atom.show()
|
||||
{runSpecSuite} = require 'jasmine-helper'
|
||||
try
|
||||
require 'atom'
|
||||
atom.show()
|
||||
{runSpecSuite} = require 'jasmine-helper'
|
||||
|
||||
document.title = "Spec Suite"
|
||||
runSpecSuite "spec-suite"
|
||||
document.title = "Spec Suite"
|
||||
runSpecSuite "spec-suite"
|
||||
catch e
|
||||
console.error(e.stack)
|
||||
atom.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user