mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
typo
This commit is contained in:
@@ -3750,7 +3750,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
File imagesDir = new File(Path.combine(selFile, ImageExportSettings.EXPORT_FOLDER_NAME));
|
||||
if (!imagesDir.exists()) {
|
||||
System.err.println("Images directory does not exists: "+imagesDir.getAbsolutePath());
|
||||
System.err.println("Images directory does not exist: "+imagesDir.getAbsolutePath());
|
||||
System.exit(1);
|
||||
}
|
||||
ImageImporter imageImporter = new ImageImporter();
|
||||
|
||||
Reference in New Issue
Block a user