2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 12:32:58 +00:00
This commit is contained in:
Ahmed Zamil 2024-07-15 18:55:36 +03:00
parent 5c1d7a84e7
commit 2d04c5402f

View File

@ -2967,7 +2967,7 @@ export default class DistributedConnection extends IStore {
else if (resource != null && !resource._p.suspended) { else if (resource != null && !resource._p.suspended) {
// @REVIEW: this should never happen // @REVIEW: this should never happen
console.log("DCON", LogType.Error, "Resource not moved to attached."); console.log("DCON: Resource not moved to attached.", resource);
return new AsyncReply(resource); return new AsyncReply(resource);
} }