Skip to content

Commit

Permalink
Comment out test end catch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Nov 24, 2021
1 parent 3f725ec commit 5e00e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/support/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function stopAppRunning (app) {
await this.app.electron.ipcRenderer.sendSync('forceQuit')
}
} catch (error) {
console.log('error caught when stopping run. ignoring')
// console.log('error caught when stopping run. ignoring')
}
}

Expand Down

0 comments on commit 5e00e18

Please sign in to comment.