Skip to content
New issue

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

RangeError: Maximum call stack size exceeded #13

Open
yesseecity opened this issue Oct 7, 2021 · 0 comments
Open

RangeError: Maximum call stack size exceeded #13

yesseecity opened this issue Oct 7, 2021 · 0 comments

Comments

@yesseecity
Copy link

NodeJS version v12.15.0 v14.18.0.

------------------ log ---------------------------
root@4f133ebe635c:~/my_project# node
Welcome to Node.js v14.18.0.
Type ".help" for more information.

var console = require('better-console');
undefined
console.log("This is a log information");
Uncaught RangeError: Maximum call stack size exceeded
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)
at Object.log (/root/my_project/node_modules/better-console/index.js:22:17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant