@mcesystems/adb-kit 1.0.97 → 1.0.98

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/dist/index.mjs CHANGED
@@ -31485,7 +31485,6 @@ var AdbDeviceKit = class {
31485
31485
  client.removeListener("error", errorHandler);
31486
31486
  this.client = this.connect();
31487
31487
  this.device = this.client.getDevice(this.deviceId);
31488
- client.off("error", errorHandler);
31489
31488
  };
31490
31489
  client.on("error", errorHandler);
31491
31490
  return client;