(e)
| 546 | } |
| 547 | |
| 548 | function showError(e) { |
| 549 | Swal.fire({ |
| 550 | icon: "error", |
| 551 | title: t({ vi: "Lỗi", en: "Error" }), |
| 552 | text: e?.message || "", |
| 553 | input: "textarea", |
| 554 | inputValue: JSON.stringify(e, null, 4), |
| 555 | }); |
| 556 | } |
| 557 | |
| 558 | function checkIsPreview(script) { |
| 559 | if ( |