handler message errors

This commit is contained in:
SPRINX0\prochazka
2025-04-28 15:14:09 +02:00
parent e41727a1fc
commit 3a68b7b554
3 changed files with 16 additions and 2 deletions

View File

@@ -169,7 +169,7 @@
const handleGenerateScript = async e => {
const values = $formValues as any;
const code = await createImpExpScript($extensions, values, 'script', true);
const code = await createImpExpScript($extensions, values, 'script', false);
openNewTab(
{
title: 'Shell #',