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
If .else() is called with no arguments, a log entry saying 'log' is output to the command log anyway. There does not seem to be any way to suppress this logging.
Expected behavior: if no 'message' argument is provided to else(), no log entry should be output to the command log,
The text was updated successfully, but these errors were encountered:
Firstly thank you for the awesome package!
If .else() is called with no arguments, a log entry saying 'log' is output to the command log anyway. There does not seem to be any way to suppress this logging.
Expected behavior: if no 'message' argument is provided to else(), no log entry should be output to the command log,
The text was updated successfully, but these errors were encountered: