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
This seems to be a fundamental issue in a recent release. Whenever a repeated consola call is made with the same content and no other consola call follows this, you don't see any output.
IMO this is a serious bug as this consola output is never displayed.
Akryum
added a commit
to Akryum/consola
that referenced
this issue
Dec 27, 2019
The
repeated X times
is only triggered with a trailing consola call. If you dont have a trailing consola call the spam message doesnt get printed.See https://jsfiddle.net/6pvqxy1k/1/ for an example, without the END call the
(repeated 4 times)
message will never be printedThe text was updated successfully, but these errors were encountered: