File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ npm install get-source
16
16
- [x] ** Asynchronous** API — good for everything web!
17
17
- [x] Built-in cache
18
18
19
- ## What for
19
+ ## What For
20
20
21
21
- [x] Call stacks enhanced with source code information (see the [ StackTracey] ( https://github.com/xpl/stacktracey ) library)
22
22
- [x] [ Advanced logging] ( https://github.com/xpl/ololog ) / assertion printing
23
- - [x] [ Error displaying components] ( https://github.com/xpl/panic-overlay ) for front-end web development
23
+ - [x] [ Error displaying components] ( https://github.com/xpl/panic-overlay ) for the front-end web development
24
24
25
25
## Usage (Synchronous)
26
26
@@ -67,7 +67,7 @@ file = await getSource.async ('./scripts/index.min.js')
67
67
location = await file .resolve ({ line: 1 , column: 8 })
68
68
```
69
69
70
- ## Error handling
70
+ ## Error Handling
71
71
72
72
In synchronous mode, it never throws (due to backward compatibility reasons with existing code):
73
73
You can’t perform that action at this time.
0 commit comments