Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! hide proxy password in server log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Feb 11, 2025
1 parent 2037217 commit 72baaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/session_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class SessionManager {
}
} catch (e) {
this.logger.warn(`Fail to parse proxy url ${proxy}: ${e}`);
return undefined;
}

switch (protocol) {
Expand Down

0 comments on commit 72baaa2

Please sign in to comment.