mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 08:07:32 +03:00
Log error when no stack exists
This commit is contained in:
parent
3cfbbc5d94
commit
07b40265fb
@ -6,5 +6,5 @@ try
|
||||
document.title = "Spec Suite"
|
||||
runSpecSuite "spec-suite"
|
||||
catch e
|
||||
console.error(e.stack)
|
||||
console.error(e.stack ? e)
|
||||
atom.exit(1) if window.location.params.exitWhenDone
|
||||
|
Loading…
Reference in New Issue
Block a user