2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-04-04 05:58:22 +00:00
This commit is contained in:
2022-03-13 11:28:38 +03:00
parent 7b1b844753
commit 15eb1453e7
55 changed files with 24308 additions and 4587 deletions

View File

@@ -153,7 +153,7 @@ export default class AsyncReply extends Promise
this.chunkCallbacks = [];
this.exception = new AsyncException();// null;
var self = this;
//var self = this;
if (result !== undefined && !(result instanceof Function)) {
this.result = result;