@serialport/bindings
Advanced tools
Comparing version 8.0.7 to 8.0.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [8.0.8](https://github.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07) | ||
### Bug Fixes | ||
* reject on non-zero exit codes ([#2046](https://github.com/serialport/node-serialport/issues/2046)) ([6ee5c84](https://github.com/serialport/node-serialport/commit/6ee5c8471fd1e041ebfba736f1eb708d2764b63e)) | ||
## [8.0.7](https://github.com/serialport/node-serialport/compare/v8.0.6...v8.0.7) (2020-01-30) | ||
@@ -8,0 +19,0 @@ |
@@ -45,2 +45,3 @@ const childProcess = require('child_process') | ||
const lines = ude.stdout.pipe(new Readline()) | ||
ude.on('close', code => code && reject(new Error(`Error listing ports udevadm exited with error code: ${code}`))) | ||
ude.on('error', reject) | ||
@@ -47,0 +48,0 @@ lines.on('error', reject) |
{ | ||
"name": "@serialport/bindings", | ||
"version": "8.0.7", | ||
"version": "8.0.8", | ||
"main": "lib", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "26659ff0f8b3bbfe00245da2cd5cfd6771f07884" | ||
"gitHead": "53a1f844aef1999c9b9df7005bee0e3709356797" | ||
} |
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
104369
635