Skip to content

Commit 1682287

Browse files
committed
add example output #3
1 parent 954d54c commit 1682287

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ TypeError h is not a function. (In 'h()', 'h' is undefined)
2121

2222
**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**
2323

24+
Example output:
25+
```
26+
TypeError h is not a function. (In 'h()', 'h' is undefined)
27+
at getAuthToken (logic/api.js:67:20)
28+
at authRequest (logic/api.js:127:8)
29+
at data (logic/SaveQueue.js:30:20)
30+
at op (logic/SaveQueue.js:43:29)
31+
at __callImmediates (node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:143:11)
32+
```
33+
2434
## Install
2535

2636
```

0 commit comments

Comments
 (0)