Jinx module for handle error and submit to browser console
Instalation
npm install jinx-error-catcher
Usage
; // that's all// all errors will display on browser console // or with options deepDir:2 maxStack:3 ;
Options
deepDir
show up to 3 parents folder Like (/home/www/main.as).
- Default: 2
maxStack
show 3 stacks of root error
- Default: 3
The MIT License