@nxtedition/deepstream.io-client-js 26.0.10 → 26.0.11
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/package.json
CHANGED
|
@@ -219,11 +219,7 @@ class Listener {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
_error(name, err) {
|
|
222
|
-
this._client._$onError(this._topic, C.EVENT.LISTENER_ERROR, err, [
|
|
223
|
-
this._pattern,
|
|
224
|
-
name,
|
|
225
|
-
this._handler.getKey(name),
|
|
226
|
-
])
|
|
222
|
+
this._client._$onError(this._topic, C.EVENT.LISTENER_ERROR, err, [this._pattern, name])
|
|
227
223
|
}
|
|
228
224
|
|
|
229
225
|
_reset() {
|