-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
This code:
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.
Metadata
Metadata
Assignees
Labels
No labels