mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -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("Component Handler Exception:")
|
||||||
console.error(e)
|
console.error(e)
|
||||||
},
|
},
|
||||||
onTimeout: ()=> {
|
onTimeout: async (_e)=> {
|
||||||
this.kill(true);
|
await this.kill(true);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue