Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Nov 18, 2024
1 parent b01d96a commit c5a8f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const captureOutput = (showOutput, arguments) => {
} catch (err) {
console.error(err);

elm_error.textContent = 'خطای غیرمنتظره رخ داد.';
elm_error.innerHTML = 'خطای غیرمنتظره رخ داد.<br>' + err;
showErrorInIframe();
} finally {
if (Module.noInitialRun) {
Expand Down

0 comments on commit c5a8f0b

Please sign in to comment.