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
Describe the bug
Currently when a user does not provide suitable arguments along with statements, a range error is thrown instead of specific errors written in prompt_chart.dart - lib.
To Reproduce
Steps to reproduce the behavior (following is one of many examples)
Start the app
Enter 'display-messages'
See error - range error (but the error should have been "Please enter a valid command" as implemented in prompt_chart.dart lib)
Expected behavior
The specific errors should be thrown with an explanatory message.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently when a user does not provide suitable arguments along with statements, a range error is thrown instead of specific errors written in
prompt_chart.dart - lib
.To Reproduce
Steps to reproduce the behavior (following is one of many examples)
Expected behavior
The specific errors should be thrown with an explanatory message.
The text was updated successfully, but these errors were encountered: