node-red-contrib-omron-usb
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-red-contrib-omron-usb", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node to comunication with Omron PLC with USB port", | ||
@@ -5,0 +5,0 @@ "main": "omron.js", |
@@ -214,3 +214,3 @@ //@ts-check | ||
if (!reconnect) that.endpointOmron.removeListener("disconnected", onDisconnect); | ||
that.endpointOmron.destroy().then().catch(err => onError(err)) | ||
that.endpointOmron.destroy(onDisconnect()).then().catch(err => onError(err)) | ||
that.endpointOmron = null; | ||
@@ -217,0 +217,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43094