source-error
v0.1.0
Published
To see the original information of JavaScript error through map file.
Downloads
2
Maintainers
Readme
source-error
To see the original information of JavaScript error through map file.
quick start
Install:
npm install source-error -g
Usage:
source-error [options] <dir> [extraDirs...]
options
-l, --line <line>
: error line-c, --column <column>
: error column-m, --map <map>
: map file path (if starts withhttp://
orhttps://
, it will be treated as url, any others will be treated as local file path)