Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
set sso error level to trace
Browse files Browse the repository at this point in the history
close #310
close #323
  • Loading branch information
takayama-lily committed Mar 16, 2022
1 parent ff71679 commit 33994d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/internal/listeners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function eventsListener(this: Client, cmd: string, payload: Buffer, seq: n
try {
await Reflect.get(events, cmd)?.call(this, payload, seq)
} catch (e) {
this.logger.debug(e)
this.logger.trace(e)
}
}

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "2.2.0",
"upday": "2021/2/14",
"version": "2.2.1",
"upday": "2021/3/16",
"description": "QQ protocol!",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 33994d6

Please sign in to comment.