mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Manually fix hooks and utils linting errors (partial)
- More changes are to come, this is truly a partial change in order to not disrupt as many people as possible. Part of https://b.corp.google.com/issues/411384603
This commit is contained in:
committed by
N. Taylor Mullen
parent
dfae3f6284
commit
e7fa39112a
@@ -29,7 +29,7 @@ async function main() {
|
||||
}
|
||||
|
||||
// --- Global Unhandled Rejection Handler ---
|
||||
process.on('unhandledRejection', (reason, promise) => {
|
||||
process.on('unhandledRejection', (reason, _) => {
|
||||
// Check if this is the known 429 ClientError that sometimes escapes
|
||||
// this is a workaround for a specific issue with the way we are calling gemini
|
||||
// where a 429 error is thrown but not caught, causing an unhandled rejection
|
||||
|
||||
Reference in New Issue
Block a user