Merge remote-tracking branch 'origin' into paultag/import

This commit is contained in:
Paul Tagliamonte
2025-03-18 16:24:05 -04:00
72 changed files with 111 additions and 250 deletions

View File

@ -248,6 +248,7 @@ export class Ctx {
this.clientSubscriptions = []
try {
await this._client?.dispose(2000)
// eslint-disable-next-line @typescript-eslint/no-unused-vars
} catch (e) {
// DO nothing.
}