aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc/src/utils.ts')
-rw-r--r--packages/integrations/markdoc/src/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/src/utils.ts b/packages/integrations/markdoc/src/utils.ts
index 1fd896d52..3f2aed633 100644
--- a/packages/integrations/markdoc/src/utils.ts
+++ b/packages/integrations/markdoc/src/utils.ts
@@ -15,7 +15,7 @@ export class MarkdocError extends Error {
constructor(props: ErrorProperties, ...params: any) {
super(...params);
- const { name, title = 'MarkdocError', message, stack, location, hint, frame } = props;
+ const { title = 'MarkdocError', message, stack, location, hint, frame } = props;
this.title = title;
if (message) this.message = message;