remove bad semicolon

This commit is contained in:
Fred K. Schott
2019-10-23 00:33:09 -07:00
parent 0fa70db1e1
commit 034f8d41fc

View File

@@ -323,7 +323,7 @@ class Connection extends EventEmitter {
return this._onOpen().then(resolve, reject)
})
}
});
})
}
disconnect(): Promise<void> {