mirror of
https://github.com/discourse/discourse.git
synced 2025-08-20 18:52:44 +08:00
DEV: Add linebreaks around qunit "Tests timed out" message
This commit is contained in:
parent
9c9aa21726
commit
78d443ad40
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue