Skip to content

Commit fc7cbc9

Browse files
committed
Fix
1 parent f3bef05 commit fc7cbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/core/src/zserio/tools/ExtensionManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private File getWorkingDirectory()
151151
{
152152
decodedExecFile = new File(new URI(decodedExecUrlPath));
153153
}
154-
catch (URISyntaxException excpt)
154+
catch (URISyntaxException | IllegalArgumentException excpt)
155155
{
156156
decodedExecFile = new File(decodedExecUrlPath);
157157
}

0 commit comments

Comments
 (0)