We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1aebc commit 31a0978Copy full SHA for 31a0978
lib/src/main/scala/dfhdl/tools/toolsCore/Tool.scala
@@ -34,7 +34,7 @@ trait Tool:
34
val getVersionFullCmd =
35
Process(s"$runExec $versionCmd", new java.io.File(System.getProperty("java.io.tmpdir")))
36
try extractVersion(getVersionFullCmd.!!)
37
- catch case e: IOException => None
+ catch case e: Exception => None
38
final def isAvailable: Boolean = installedVersion.nonEmpty
39
protected def getInstalledVersion(using to: ToolOptions): String =
40
preCheck()
0 commit comments