Open bishtawi opened 8 years ago
Hi, I run node with the --use_strict switch. This lib fails:
--use_strict
/Users/dev/work/node_modules/rconsole/rconsole.js:272 Error.captureStackTrace(err, arguments.callee)
Because arguments.callee is not available in strict mode (see here).
arguments.callee
I have showLine and showFile set to false as well.
showLine
showFile
Hi, I run node with the
--use_strict
switch. This lib fails:Because
arguments.callee
is not available in strict mode (see here).