upgrade check connections

This commit is contained in:
fyears
2024-07-27 22:58:05 +08:00
parent f2845cdcbf
commit ee4394873b
14 changed files with 79 additions and 28 deletions
+1 -1
View File
@@ -604,12 +604,12 @@ export class FakeFsPCloud extends FakeFs {
// if we can init, we can connect
try {
await this._init();
return true;
} catch (err) {
console.debug(err);
callbackFunc?.(err);
return false;
}
return await this.checkConnectCommonOps(callbackFunc);
}
async getUserDisplayName(): Promise<string> {