-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config)!: fix remappings logic and logging (#125)
* fix(config): fix remappings logic and logging During the `update` command, the remappings were not correctly generated if no remappings already existed (such as when the user manually deletes the remappings.txt file) * refactor(config): pass config path as argument to remappings functions This eases testing * style: fix clippy warning * fix: remove debug print statements
- Loading branch information
Showing
2 changed files
with
89 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters