-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(qq): change internal api error to debug #300
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #300 +/- ##
==========================================
+ Coverage 86.88% 86.93% +0.04%
==========================================
Files 1 1
Lines 549 551 +2
Branches 111 111
==========================================
+ Hits 477 479 +2
Misses 72 72 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't recommend changing this behavior. This should be a standard implementation.
If we don't want to have output logs, we should probably change this to debug, and then use the throw-catch approach on the plugin side.
Now changed to debug. |
Because
satori/adapters/qq/src/bot/index.ts
Line 123 in f1a1c28