Skip to content

Commit b7aabce

Browse files
committed
Fix images
1 parent 6207f98 commit b7aabce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@ or
159159
console.log(error)
160160
```
161161

162-
![Error prettified](error_pretty.png)
162+
![Error prettified](docs/error_pretty.png)
163163

164164
But not when using `error.stack` instead:
165165

166166
```js
167167
console.log(error.stack)
168168
```
169169

170-
![Error raw](error_raw.png)
170+
![Error raw](docs/error_raw.png)
171171

172172
### level
173173

0 commit comments

Comments
 (0)