Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 4, 2024
1 parent 91f9370 commit a883f42
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public static void extractLibrary(File extractFile) {
libResourcePath = platformLibResourcePath;
}
}



try (InputStream in = CRT.class.getResourceAsStream(libResourcePath)) {
if (in == null) {
throw new IOException("Unable to open library in jar for AWS CRT: " + libResourcePath);
Expand Down

0 comments on commit a883f42

Please sign in to comment.