diff --git a/script/script.js b/script/script.js index 1a1d547..96ec40e 100644 --- a/script/script.js +++ b/script/script.js @@ -249,7 +249,7 @@ const captureOutput = (showOutput, arguments) => { } catch (err) { console.error(err); - elm_error.textContent = 'خطای غیرمنتظره رخ داد.'; + elm_error.innerHTML = 'خطای غیرمنتظره رخ داد.
' + err; showErrorInIframe(); } finally { if (Module.noInitialRun) {