prevent inject on auto-execute

This commit is contained in:
LenAnderson
2024-01-01 23:08:18 +00:00
parent 473326b3fb
commit 70d6e6d37f
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ export class AutoExecuteHandler {
for (const qr of qrList) {
this.preventAutoExecuteStack.push(qr.preventAutoExecute);
try {
await qr.onExecute();
await qr.execute({ isAutoExecute:true });
} catch (ex) {
warn(ex);
} finally {