Commit c6df7d2
authored
Use console.error() for errors consistently (#7411)
In all examples in this document errors are logged by using `console.error()` method
And it's unclear why in promise-based part we have different strategy
Signed-off-by: Artem Dragunov <[email protected]>1 parent 02f5a3e commit c6df7d2
File tree
1 file changed
+2
-2
lines changed- apps/site/pages/en/learn/manipulating-files
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments