We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4a778 commit 574ba17Copy full SHA for 574ba17
extensions/ql-vscode/src/model-editor/auto-modeler.ts
@@ -223,7 +223,7 @@ export class AutoModeler {
223
void showAndLogExceptionWithTelemetry(
224
this.app.logger,
225
this.app.telemetry,
226
- redactableError(e)`Rate limit hit, please try again soon.`,
+ redactableError`Rate limit hit, please try again soon.`,
227
);
228
return null;
229
} else {
0 commit comments