We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bef05 commit fc7cbc9Copy full SHA for fc7cbc9
compiler/core/src/zserio/tools/ExtensionManager.java
@@ -151,7 +151,7 @@ private File getWorkingDirectory()
151
{
152
decodedExecFile = new File(new URI(decodedExecUrlPath));
153
}
154
- catch (URISyntaxException excpt)
+ catch (URISyntaxException | IllegalArgumentException excpt)
155
156
decodedExecFile = new File(decodedExecUrlPath);
157
0 commit comments