[READ-ONLY] Mirror of https://github.com/danielroe/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error stack-trace
0

Configure Feed

Select the types of activity you want to include in your feed.

errx / .editorconfig
224 B 15 lines
1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6trim_trailing_whitespace = true 7charset = utf-8 8 9[*.js] 10indent_style = space 11indent_size = 2 12 13[{package.json,*.yml,*.cjson}] 14indent_style = space 15indent_size = 2