mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
Instance.Link
This commit is contained in:
@@ -105,7 +105,7 @@ export default class AsyncReply extends Promise
|
||||
if (this.ready)
|
||||
return this;
|
||||
|
||||
if (this.exception != null)
|
||||
if (this.exception.raised)
|
||||
return this;
|
||||
|
||||
this.result = result;
|
||||
|
||||
Reference in New Issue
Block a user