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 ff7cf33 commit 820f036Copy full SHA for 820f036
src/validate-open-rpc-document.ts
@@ -40,7 +40,7 @@ export class OpenRPCDocumentValidationError implements Error {
40
*
41
* const result = validateOpenRPCDocument(badOpenRPCDocument);
42
* if (result !== true) {
43
- * console.error({ error: result })
+ * console.error(result);
44
* }
45
* ```
46
0 commit comments