From 034f8d41fcf56acd3becfc35dccfdc00d3118ea5 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Wed, 23 Oct 2019 00:33:09 -0700 Subject: [PATCH] remove bad semicolon --- src/common/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.ts b/src/common/connection.ts index 95d3669a..69462ad7 100644 --- a/src/common/connection.ts +++ b/src/common/connection.ts @@ -323,7 +323,7 @@ class Connection extends EventEmitter { return this._onOpen().then(resolve, reject) }) } - }); + }) } disconnect(): Promise {