Skip to content

Commit

Permalink
fix: 输出异常,避免debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Oct 26, 2022
1 parent 9827b44 commit 3120d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background/user.ts
Expand Up @@ -187,6 +187,7 @@ export class User {
})
.catch((error: any) => {
userInfo.lastUpdateStatus = EUserDataRequestStatus.unknown;
console.log("getInfos Error :",error);
//this.updateStatus(site, userInfo);
rejectFN(APP.createErrorMessage(error));
});
Expand Down

0 comments on commit 3120d24

Please sign in to comment.