ash icon indicating copy to clipboard operation
ash copied to clipboard

Invalid argument data types not throwing errors

Open kernel-io opened this issue 4 years ago • 0 comments

Describe the bug When defining an argument (within an action) that has an invalid data type, an error is not thrown.

To Reproduce Define an argument on an action and give it a type of :list (which is invalid).

Expected behavior Expected to throw an error informing the user of their mistake instead of just silently failing.

kernel-io avatar Sep 01 '21 23:09 kernel-io