chore: enable noImplicitOverride

This commit is contained in:
Simon Chan 2022-01-09 22:54:50 +08:00
parent d730d101c2
commit fb4f73ddec
22 changed files with 34 additions and 36 deletions

View file

@ -256,7 +256,7 @@ export class AdbPacketDispatcher extends AutoDisposable {
}
}
public dispose() {
public override dispose() {
this._running = false;
for (const socket of this.sockets.values()) {