Skip to content

Commit

Permalink
specify version failed
Browse files Browse the repository at this point in the history
-   re: #2
  • Loading branch information
SignpostMarv committed Sep 15, 2024
1 parent 6da0b3f commit 0b4bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DocsTsGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export class DocsTsGenerator {

if (!result) {
throw new ValidationError(
'Failed to validate against the provided JSON Schema',
`Failed to validate ${version} against the provided JSON Schema`,
validateDocs.errors,
json,
);
Expand Down

0 comments on commit 0b4bf4b

Please sign in to comment.