We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.clear()
group
vConsole Version: 3.15.0
3.15.0
console.clear() resets group levels in browsers. vConsole should follow the same behavior.
Here is how reset can be implemented:
c.groupReset = () => { c.log.model.groupLabelCollapsedStack = []; c.log.model.groupLevel = 0; };
The text was updated successfully, but these errors were encountered:
fix(Log): Reset group state when console.clear() is called. (issue #…
81c104e
…611)
No branches or pull requests
vConsole Version:
3.15.0
console.clear()
resets group levels in browsers.vConsole should follow the same behavior.
Here is how reset can be implemented:
The text was updated successfully, but these errors were encountered: