Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: class name updater does not support absolute paths
Closes #802 If the path given to class name updater is an absolute path, the tool raises an error. It adds the current working dir regardless of the path type. This patch fixes this issue and only adds the current working dir if the file path is not absolute.
- Loading branch information