Skip to content

Commit

Permalink
add example output #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 12, 2020
1 parent 954d54c commit 1682287
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ TypeError h is not a function. (In 'h()', 'h' is undefined)

**stacktracify takes a source map and a stack trace from your clipboard (or from a file) and outputs a readable stacktrace with proper line numbers for each line**

Example output:
```
TypeError h is not a function. (In 'h()', 'h' is undefined)
at getAuthToken (logic/api.js:67:20)
at authRequest (logic/api.js:127:8)
at data (logic/SaveQueue.js:30:20)
at op (logic/SaveQueue.js:43:29)
at __callImmediates (node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:143:11)
```

## Install

```
Expand Down

0 comments on commit 1682287

Please sign in to comment.