mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-5631: Upgrading some jars
This commit is contained in:
parent
e209136396
commit
bbd6b99605
7 changed files with 25 additions and 23 deletions
|
@ -238,7 +238,7 @@ public class GnuDemanglerNativeProcess {
|
|||
List<String> errorLines = IOUtils.readLines(err, Charset.defaultCharset());
|
||||
error = StringUtils.join(errorLines, '\n');
|
||||
}
|
||||
catch (IOException e) {
|
||||
catch (UncheckedIOException e) {
|
||||
throw new IOException("Unable to read process error stream: ", e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue