Confusing error when "dir" is wrong #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I run a Rhai script with a bad "dir" parameter:
When I run it I see this error:
Of course that's confusing. Would be better to validate the dir and throw a helpful error.