null & undefined handling

This commit is contained in:
Tim Olson
2024-01-07 23:12:57 -04:00
parent 8fabfe0d2b
commit 52a41c6f81
11 changed files with 52 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ export class SingletonCoroutine {
catch (e) {
if( self.retry ) {
console.log('retrying', this.f, 'due to error', e)
self.timeout = null
self.invoke(self.args)
}
else