Skip to content

Commit

Permalink
merge master -Dorg -Ssuccess-only: PR 4250 (ImageInfo: only call Syst…
Browse files Browse the repository at this point in the history
…em.exit in batch mode)
  • Loading branch information
snoopycrimecop committed Nov 3, 2024
2 parents 9bed6c0 + b74b6d8 commit 03e299a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1153,12 +1153,11 @@ public static void main(String[] args) throws Exception {
}
}
scanner.close();
System.exit(exitCode);
}
else {
if (!new ImageInfo().testRead(args)) System.exit(1);
}

System.exit(exitCode);
}
}

0 comments on commit 03e299a

Please sign in to comment.