0.1.0 • Published 5 years ago

source-error v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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 with http:// or https://, it will be treated as url, any others will be treated as local file path)