Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix edge case when no config is provided
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.
- Loading branch information