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 7f27d14 commit 8ed753fCopy full SHA for 8ed753f
lib/src/main/scala/dfhdl/tools/toolsCore/Tool.scala
@@ -143,7 +143,7 @@ trait Tool:
143
if (errCode != 0 || hasWarnings && summon[ToolOptions].Werror.toBoolean)
144
val msg =
145
if (errCode != 0) s"${toolName} exited with the error code ${errCode}."
146
- else s"${toolName} exited with warnings while `fatal warnings` is turned on."
+ else s"${toolName} exited with warnings while `Werror-tool` is turned on."
147
error(
148
s"""|$msg
149
|Path: ${Paths.get(execPath).toAbsolutePath()}
0 commit comments