mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Merge pull request #6360 from gdicristofaro/exceptionCaptureFix
fix for capturing exceptions
This commit is contained in:
commit
dda6b04ced
@ -140,7 +140,7 @@ public class DataFetchWorker<A, R> extends SwingWorker<R, Void> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// and pass the result to the client
|
// and pass the result to the client
|
||||||
resultHandler.accept(DataFetchResult.getErrorResult(inner));
|
resultHandler.accept(DataFetchResult.getErrorResult(ex.getCause()));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user