Skip to content

Commit a63d9e7

Browse files
committed
feat: align with new requirements
1 parent 5c4fad3 commit a63d9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const buildOperations = async (document: VersionDocument, ctx: BuilderCon
2424
try {
2525
return await builder.buildOperations?.(document, ctx, debugCtx) ?? []
2626
} catch (error) {
27-
throw new Error(`Cannot build document "${document.slug}" operations. ${error instanceof Error ? error.message : 'Unknown error'}`)
27+
throw new Error(`Cannot process the "${document.fileId}" document. ${error instanceof Error ? error.message : 'Unknown error'}`)
2828
}
2929
}
3030

0 commit comments

Comments
 (0)