Merge remote-tracking branch 'origin/master'

This commit is contained in:
Grahame Grieve 2023-03-07 23:33:46 +11:00
commit 80665f142b
1 changed files with 16 additions and 16 deletions

View File

@ -139,7 +139,7 @@ public class ValidationService {
} else {
File dir = new File(cliContext.getOutput());
if (!dir.isDirectory()) {
throw new Error("THe output location "+dir.getAbsolutePath()+" must be a directory for the output style "+renderer.getStyleCode());
throw new Error("The output location "+dir.getAbsolutePath()+" must be an existing directory for the output style "+renderer.getStyleCode());
}
renderer.setFolder(dir);
}