This commit is contained in:
Joao Moreno 2019-07-01 09:48:59 +02:00
parent b4d0ee7f78
commit be403842b2

View file

@ -274,7 +274,7 @@ function runTests(opts) {
ipcRenderer.on('run', (e, opts) => {
initLoader(opts);
runTests(opts).catch(err => {
if (!(typeof err !== 'string')) {
if (typeof err !== 'string') {
err = JSON.stringify(err);
}