Improve error message when attempting to output the wasm module to a non_existing_folder #178
Labels
good first issue
Good for newcomers
[Type] Change Request
Some visible functionality should be change.
Task description
The error message when attempting to output the wasm module to a
non_existing_folder
can be improved. It should specify the expected input format of the--out
flag similar to the second command below.Executing the same command with an existing folder (but without a file name) gives a good error, specifying the expected format.
The text was updated successfully, but these errors were encountered: