@eleven-am/pondsocket 0.1.148 → 0.1.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/endpoint/endpoint.js +1 -1
- package/package.json +1 -1
package/endpoint/endpoint.js
CHANGED
|
@@ -193,7 +193,7 @@ _EndpointEngine_middleware = new WeakMap(), _EndpointEngine_channels = new WeakM
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
if (!channelEngine) {
|
|
196
|
-
throw new
|
|
196
|
+
throw new pondError_1.EndpointError(`GatewayEngine: Channel ${channel} does not exist`, 400);
|
|
197
197
|
}
|
|
198
198
|
return channelEngine;
|
|
199
199
|
}, _EndpointEngine_handleMessage = function _EndpointEngine_handleMessage(cache, message) {
|