chore: lint & lock

This commit is contained in:
Neko Ayaka
2026-03-06 16:49:31 +08:00
parent bbf1f19310
commit 3605548973
40 changed files with 119 additions and 112 deletions
@@ -46,7 +46,7 @@ export class TaskExecutor extends EventEmitter {
try {
await this.executeActionWithResult(action, cancellationToken)
}
catch (error) {
catch {
// Errors handled in runSingleAction event emission
}
}