[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(e)
},
onTimeout: ()=> {
this.kill(true);
onTimeout: async (_e)=> {
await this.kill(true);
}
})