shellExecute print the error

This commit is contained in:
2025-06-16 10:45:06 -05:00
parent 07a09f8f98
commit e7b4cb0590

View File

@@ -962,6 +962,7 @@ class Prelude {
printStr(script);
printStr('#################');
FileSystem.deleteFile(tempScript);
print(e);
throw e;
}