You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" - configuration.output.filename A non-absolut path is expected. However the provided value \"/bar\" is an absolute path!",
188
-
" ({",
189
-
" \"keyword\": \"absolutePath\",",
190
-
" \"params\": {",
191
-
" \"absolutePath\": \"/bar\"",
192
-
" },",
193
-
" \"message\": \"A non-absolut path is expected. However the provided value \\\"/bar\\\" is an absolute path!\\n\",",
194
-
" \"parentSchema\": {",
195
-
" \"description\": \"Specifies the name of each output file on disk. You must **not** specify an absolute path here! The `output.path` option determines the location on disk the files are written to, filename is used solely for naming the individual files.\",",
" Specifies the name of each output file on disk. You must **not** specify an absolute path here! The `output.path` option determines the location on disk the files are written to, filename is used solely for naming the individual files."
187
+
" - configuration.output.filename: A non-absolut path is expected. However the provided value \"/bar\" is an absolute path!",
" - configuration.context The provided value \"baz\" is not an absolute path!",
218
-
" ({",
219
-
" \"keyword\": \"absolutePath\",",
220
-
" \"params\": {",
221
-
" \"absolutePath\": \"baz\"",
222
-
" },",
223
-
" \"message\": \"The provided value \\\"baz\\\" is not an absolute path!\\n\",",
224
-
" \"parentSchema\": {",
225
-
" \"description\": \"The base directory (absolute path!) for resolving the `entry` option. If `output.pathinfo` is set, the included pathinfo is shortened to this directory.\",",
" The base directory (absolute path!) for resolving the `entry` option. If `output.pathinfo` is set, the included pathinfo is shortened to this directory."
200
+
" - configuration.context: The provided value \"baz\" is not an absolute path!",
0 commit comments