Skip to content

Commit 9209af5

Browse files
committed
fix error with new uart.js connection on close
1 parent 554f89b commit 9209af5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/serial.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ To add a new serial device, you must add an object to
195195
log(1, "Disconnected");
196196
this.isOpen = false;
197197
this.emit("close");
198-
connection = undefined;
199198
}
200199
}
201200

0 commit comments

Comments
 (0)