TRANCHE EXECUTION WORKS
This commit is contained in:
@@ -19,7 +19,6 @@ export class SingletonCoroutine {
|
||||
}
|
||||
|
||||
async onTimeout(self) {
|
||||
self.timeout = null
|
||||
try {
|
||||
await self.f(...self.args)
|
||||
}
|
||||
@@ -29,6 +28,9 @@ export class SingletonCoroutine {
|
||||
else
|
||||
console.error(e)
|
||||
}
|
||||
finally {
|
||||
self.timeout = null
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user