mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
REVIEW
This commit is contained in:
parent
5c1d7a84e7
commit
2d04c5402f
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user