Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugin): validate plugin path existence before file create
Previously, the deployment logic did not verify the existence of the plugin repository path before attempting to create files. This could lead to redundant file creation operations when the plugin path was invalid. - Add pre-check for plugin directory existence - Fail early when plugin path is not found Fixes sxyazi#1763
- Loading branch information