null & undefined handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user