node-raspberrypi-usbboot
Advanced tools
Comparing version 0.2.2 to 0.2.3-dont-crash-init-148d6c21859d7190a53e77baae49e24ee4d17959
@@ -329,9 +329,2 @@ "use strict"; | ||
this.boundDetachDevice = this.detachDevice.bind(this); | ||
// This is an undocumented property | ||
// @ts-ignore | ||
if (usb.INIT_ERROR) { | ||
throw new Error( | ||
// @ts-ignore | ||
`USB failed to initialize, libusb_init returned ${usb.INIT_ERROR}`); | ||
} | ||
} | ||
@@ -338,0 +331,0 @@ start() { |
@@ -7,2 +7,6 @@ # Change Log | ||
## 0.2.3 - 2019-03-20 | ||
* Don't crash on initialization [Juan Cruz Viotti] | ||
## 0.2.2 - 2019-03-20 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "node-raspberrypi-usbboot", | ||
"version": "0.2.2", | ||
"version": "0.2.3-dont-crash-init-148d6c21859d7190a53e77baae49e24ee4d17959", | ||
"description": "Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
27828141
516