Skip to content

Commit 574ba17

Browse files
authored
Tidy up auto-modeling rate limit error message (github#3361)
1 parent 0f4a778 commit 574ba17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/model-editor/auto-modeler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class AutoModeler {
223223
void showAndLogExceptionWithTelemetry(
224224
this.app.logger,
225225
this.app.telemetry,
226-
redactableError(e)`Rate limit hit, please try again soon.`,
226+
redactableError`Rate limit hit, please try again soon.`,
227227
);
228228
return null;
229229
} else {

0 commit comments

Comments
 (0)