2
0
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:
2022-08-13 04:00:26 +03:00
parent 1985363ad7
commit 2689bb7fd5
12 changed files with 1595 additions and 829 deletions

View File

@@ -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;