mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 17:57:24 +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() {
|
let runTests = async function() {
|
||||||
if (Date.now() > start + timeout) {
|
if (Date.now() > start + timeout) {
|
||||||
console.error("Tests timed out");
|
console.error("\n\nTests timed out\n");
|
||||||
protocol.close();
|
protocol.close();
|
||||||
chrome.kill();
|
chrome.kill();
|
||||||
process.exit(124);
|
process.exit(124);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user