Commit c658564
Indent deprecation warning's userland message
Before it was like:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
Now it's:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
This helps with the visual but also the parsing of the messages.
Without our super errors system, this'll now look like:
```
deprecated: Belt.List.filterWithIndex
This function will soon be deprecated. Please, use `List.keepWithIndex` instead.
```
Which is still tasteful1 parent b5717d5 commit c658564
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments