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 cefcdb1 commit 32e5295Copy full SHA for 32e5295
src/core/schema/validate-document.ts
@@ -124,7 +124,7 @@ export async function validateDocumentFromSource(
124
if (e instanceof ValidationError) {
125
error("Validation of YAML cell metadata failed.");
126
for (const err of e.validationErrors) {
127
- info(tidyverseFormatError(err.niceError));
+ error(tidyverseFormatError(err.niceError), { colorize: false });
128
}
129
result.push(...e.validationErrors);
130
} else {
0 commit comments