upgrade check connections
This commit is contained in:
+1
-1
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user