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
The error message in Util.handleFail() should display no matter where an error is thrown. yargs only catches an error inside the command module, but if an error is thrown from Display or Util, it will not be caught.
The text was updated successfully, but these errors were encountered:
The error message in Util.handleFail() should display no matter where an error is thrown. yargs only catches an error inside the command module, but if an error is thrown from Display or Util, it will not be caught.
The text was updated successfully, but these errors were encountered: