mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
chore: enable noImplicitOverride
This commit is contained in:
parent
d730d101c2
commit
fb4f73ddec
22 changed files with 34 additions and 36 deletions
|
@ -97,7 +97,7 @@ export class AdbSocketController extends AutoDisposable implements AdbSocketInfo
|
|||
}
|
||||
}
|
||||
|
||||
public dispose() {
|
||||
public override dispose() {
|
||||
this._closed = true;
|
||||
this.closeEvent.fire();
|
||||
super.dispose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue