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 b8b11bf commit b61540eCopy full SHA for b61540e
schemas/ajv.absolutePath.js
@@ -10,7 +10,6 @@ const errorMessage = (schema, data, message) => ({
10
const getErrorFor = (shouldBeAbsolute, data, schema) => {
11
const message = shouldBeAbsolute
12
? `The provided value ${JSON.stringify(data)} is not an absolute path!`
13
-
14
: `A relative path is expected. However, the provided value ${JSON.stringify(
15
data
16
)} is an absolute path!`;
0 commit comments