Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Oct 4, 2023
1 parent 07500f0 commit fd6ed41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static AnsiConsoleSupport.CLibrary getCLibrary() {
public static AnsiConsoleSupport.Kernel32 getKernel32() {
if (LibraryHolder.KERNEL32 == null) {
if (OSInfo.isWindows()) {
throw new RuntimeException("Unable to get the instance of Kernel32", ERR);
throw new RuntimeException("Unable to get the instance of Kernel32", LibraryHolder.ERR);
} else {
throw new UnsupportedOperationException("Not Windows");
}
Expand Down

0 comments on commit fd6ed41

Please sign in to comment.