From a11daea294d9d76a6507eabb8eca8edf45c2d8ef Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Wed, 16 Jul 2025 10:14:36 +0200 Subject: [PATCH] Wrap code inside a code tag --- tools/runners/run-proxy.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/runners/run-proxy.js b/tools/runners/run-proxy.js index e67c308d3f..231fc6042a 100644 --- a/tools/runners/run-proxy.js +++ b/tools/runners/run-proxy.js @@ -335,6 +335,8 @@ function showErrorPage(res) { font-size: 14px; line-height: 1.5; white-space: pre-wrap; + width: 100%; + display: block; } .meteor-logo { @@ -387,13 +389,13 @@ function showErrorPage(res) {
Server Log
-
`); + `); for (const item of runLog.getLog()) { res.write(Anser.ansiToHtml(Anser.escapeForHtml(item.message)) + "\n"); } - res.write(`
+ res.write(`