Commit 6d185c9
authored
Fix edge case when no config is provided (#734)
When no config is provided, the URI is resolved to the
_parent_ directory because we're not handling that case correctly.
To resolve this, the URI should be set to the filepath itself.1 parent 6104d84 commit 6d185c9
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
0 commit comments