Skip to content

Commit

Permalink
πŸŽ›
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed May 2, 2023
1 parent 0949961 commit 996d289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chatgpt-unofficial-proxy-api.ts
Expand Up @@ -218,7 +218,9 @@ export class ChatGPTUnofficialProxyAPI {
}
}
} catch (err) {
console.warn('chatgpt unexpected JSON error', err)
if (this._debug) {
console.warn('chatgpt unexpected JSON error', err)
}
// reject(err)
}
},
Expand Down

0 comments on commit 996d289

Please sign in to comment.