Skip to content

Commit e181831

Browse files
authored
Update LoggingFileManagerProxy.java
Signed-off-by: Ashley <[email protected]>
1 parent d2cb201 commit e181831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers/LoggingFileManagerProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public Object invoke(Object proxy, Method method, @Nullable Object[] args) throw
151151
.addArgument(ex.getCause())
152152
.log();
153153

154-
throw cause;
154+
throw ex.getCause();
155155

156156
} finally {
157157
decrementStackDepth();

0 commit comments

Comments
 (0)