DEV: Add linebreaks around qunit "Tests timed out" message

This commit is contained in:
Penar Musaraj 2020-08-07 09:32:57 -04:00
parent 9c9aa21726
commit 78d443ad40
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7

View File

@ -133,7 +133,7 @@ async function runAllTests() {
let runTests = async function() {
if (Date.now() > start + timeout) {
console.error("Tests timed out");
console.error("\n\nTests timed out\n");
protocol.close();
chrome.kill();
process.exit(124);