We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4fad3 commit a63d9e7Copy full SHA for a63d9e7
src/components/operations.ts
@@ -24,7 +24,7 @@ export const buildOperations = async (document: VersionDocument, ctx: BuilderCon
24
try {
25
return await builder.buildOperations?.(document, ctx, debugCtx) ?? []
26
} catch (error) {
27
- throw new Error(`Cannot build document "${document.slug}" operations. ${error instanceof Error ? error.message : 'Unknown error'}`)
+ throw new Error(`Cannot process the "${document.fileId}" document. ${error instanceof Error ? error.message : 'Unknown error'}`)
28
}
29
30
0 commit comments