Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Mar 25, 2024
1 parent 9d15126 commit 11ea611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/completions/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ function lineAndCharCount({ insertText }: InlineCompletionItem): {
const TEN_MINUTES = 1000 * 60 * 10
const errorCounts: Map<string, number> = new Map()
export function logError(error: Error): void {
if (!shouldErrorBeReported(error)) {
if (!shouldErrorBeReported(error, false)) {
return
}

Expand Down

0 comments on commit 11ea611

Please sign in to comment.