You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abortonerr($status, format("Failed to read tag: %s", path))
reports:
/home/i4k/nash/lib/acme/acme.sh:33:58: Unquoted string not allowed at pos {33 58} ())
The 'unquoted string' in question is the path. But a better wording would be:
/home/i4k/nash/lib/acme/acme.sh:33:58: Identifier not allowed.
The 'unquoted string' confuses, it has nothing to do with a literal string and the 'at pos ...' is redundant because the reported path already is fully qualified.
The text was updated successfully, but these errors were encountered:
This code:
reports:
The 'unquoted string' in question is the
path
. But a better wording would be:The 'unquoted string' confuses, it has nothing to do with a literal string and the 'at pos ...' is redundant because the reported path already is fully qualified.
The text was updated successfully, but these errors were encountered: