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
------------------ 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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: