@canboat/canboatjs
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -612,3 +612,5 @@ /** | ||
SerialStream.prototype.end = function () { | ||
this.serial.close() | ||
if ( this.serial ) { | ||
this.serial.close() | ||
} | ||
} | ||
@@ -615,0 +617,0 @@ |
{ | ||
"name": "@canboat/canboatjs", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "Native javascript version of canboat", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
163431
39
3837