mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
DEV: Add linebreaks around qunit "Tests timed out" message
This commit is contained in:
parent
9c9aa21726
commit
78d443ad40
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user