This commit is contained in:
Daniel Imms
2018-04-16 06:42:16 -07:00
parent 11541be4ae
commit 7d108999ff
+1 -2
View File
@@ -43,8 +43,7 @@ export interface IZmodemOptions {
}
function zmodemAttach(ws: WebSocket, opts: IZmodemOptions = {}): void {
var term = this;
const term = this;
const senderFunc = (octets: ArrayLike<number>) => ws.send(new Uint8Array(octets));
let zsentry;