mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 18:29:23 +02:00
chore: enable noImplicitOverride
This commit is contained in:
parent
d730d101c2
commit
fb4f73ddec
22 changed files with 34 additions and 36 deletions
|
@ -256,7 +256,7 @@ export class AdbPacketDispatcher extends AutoDisposable {
|
|||
}
|
||||
}
|
||||
|
||||
public dispose() {
|
||||
public override dispose() {
|
||||
this._running = false;
|
||||
|
||||
for (const socket of this.sockets.values()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue