mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Only exit specs on exceptions when exitWhenDone is true
This commit is contained in:
@@ -7,4 +7,4 @@ try
|
||||
runSpecSuite "spec-suite"
|
||||
catch e
|
||||
console.error(e.stack)
|
||||
atom.exit(1)
|
||||
atom.exit(1) if window.location.params.exitWhenDone
|
||||
|
||||
Reference in New Issue
Block a user