[nextgen/cardstack] fix timeout not applying

This commit is contained in:
bignutty 2025-02-22 17:12:49 +01:00
parent c671e41613
commit ba7c76ff04

View file

@ -129,8 +129,8 @@ class DynamicCardStack {
console.error("Component Handler Exception:") console.error("Component Handler Exception:")
console.error(e) console.error(e)
}, },
onTimeout: ()=> { onTimeout: async (_e)=> {
this.kill(true); await this.kill(true);
} }
}) })