diff --git a/samples/scripts/textclass.mjs b/samples/scripts/textclass.mjs index 4a64322..e019295 100755 --- a/samples/scripts/textclass.mjs +++ b/samples/scripts/textclass.mjs @@ -366,7 +366,8 @@ async function processDLXS(req, res) { fs.unlinkSync(quiCompiledFilename); fs.unlinkSync(qbatOutputFilename); } else { - res.send("OOPS"); + const output = await resp.text(); + res.send("OOPS\n" + '
Stack Trace
' + output + '
'); } } diff --git a/templates/text/qbat/qbat.base.xsl b/templates/text/qbat/qbat.base.xsl index 769ab44..6f52255 100644 --- a/templates/text/qbat/qbat.base.xsl +++ b/templates/text/qbat/qbat.base.xsl @@ -97,6 +97,8 @@ + + @@ -462,6 +464,10 @@ + + + + diff --git a/templates/text/qui/qui.home.xsl b/templates/text/qui/qui.home.xsl index a3d7cd3..5a5f471 100644 --- a/templates/text/qui/qui.home.xsl +++ b/templates/text/qui/qui.home.xsl @@ -10,6 +10,10 @@ Index + + + +