This commit is contained in:
syuilo 2018-10-09 15:13:06 +09:00
parent 7a406c1f13
commit 990347f856
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ abstract class Connection extends EventEmitter {
}); });
} }
public abstract dispose: () => void; public abstract dispose(): void;
} }
class SharedConnection extends Connection { class SharedConnection extends Connection {