The error message displayed when the `dot` command cannot be found triggers an exception because the string-variable DOT_COMMAND is provided for string expansion, but the error messages does not contain a "%s" marker for it.
Trivial patch to drop the unused string argument
Log in to post a comment.
Trivial patch to drop the unused string argument