console-error-button
v1.1.1
Published
display a button whenever a console error occurs
Downloads
2
Readme
console-error-button
Display a button on web page whenever console.error()
is called.
Why?
Because during development, it's nice to get notification whenever an error occurs, so you immediately can pop open the web inspector to see what the trouble is.
Usage
<script
src="https://cdn.jsdelivr.net/npm/console-error-button/consoleErrBtn.js"
></script>