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
Sometimes there is a need of two or more logs one after another. So the second log must appear without waiting the first one. We can do this with remove() method:
humane.error("something wrong happened...");
(by the way another wrong happens, so log must appear and no wait:)
Sometimes there is a need of two or more logs one after another. So the second log must appear without waiting the first one. We can do this with remove() method:
(by the way another wrong happens, so log must appear and no wait:)
It would be nice if there was an option something like
and we didn't have to call "remove()" method again and again
The text was updated successfully, but these errors were encountered: