node-raspberrypi-usbboot
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -355,3 +355,3 @@ "use strict"; | ||
catch (error) { | ||
this.emit('error', error); | ||
this.remove(device); | ||
} | ||
@@ -358,0 +358,0 @@ }); |
@@ -7,2 +7,6 @@ # Change Log | ||
## v0.0.6 - 2018-07-03 | ||
* When an error happens during a usb transfer, don't emit an error. #10 [Alexis Svinartchouk] | ||
## v0.0.5 - 2018-06-11 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "node-raspberrypi-usbboot", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
27729782