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.path: The provided value "/somepath/!test" contans exclamation mark (!) which is not allowed because it\'s reserved for loader syntax.',
245
+
" -> The output directory as **absolute path** (required)."
' - configuration.output.filename: A relative path is expected. However the provided value "/bar" is an absolute path!',
257
+
' - configuration.output.filename: A relative path is expected. However, the provided value "/bar" is an absolute path!',
244
258
" -> 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.",
245
259
" Please use output.path to specify absolute path and output.filename for the file name."
0 commit comments