mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
[nextgen/cardstack] fix timeout not applying
This commit is contained in:
parent
c671e41613
commit
ba7c76ff04
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue