2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00

query error

This commit is contained in:
Ahmed Zamil 2023-01-11 17:06:03 +03:00
parent b198101e2d
commit e64368b213

View File

@ -2374,10 +2374,10 @@ export default class DistributedConnection extends IStore {
let dataType = ar[0]; let dataType = ar[0];
let data = ar[1]; let data = ar[1];
Codec.parse(data, 0, self, null, dataType).reply.then((resources) => { Codec.parse(data, 0, self, null, dataType)
.reply.then((resources) => {
reply.trigger((resources)) reply.trigger((resources))
} }).error((ex) => reply.triggerError(ex));
).error((ex) => reply.triggerError(ex));
}).error(function (ex) { }).error(function (ex) {
reply.triggerError(ex); reply.triggerError(ex);