tblobaum / rconsole

"syslog.h" bindings for node.js with a revised console module
MIT License
54 stars 10 forks source link

Crash when running with --use_strict #14

Open bishtawi opened 8 years ago

bishtawi commented 8 years ago

Hi, I run node with the --use_strict switch. This lib fails:

/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).

bishtawi commented 8 years ago

I have showLine and showFile set to false as well.