Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In previous implementations, the result obtained from `path.relative(realSrcPath, target)` is likely to be `../../../../../../../../../var/`. Although it has been tested and does not affect the program's execution, it looks very messy. To avoid this issue, modify `realSrcPath` to `this.src`. Signed-off-by: Kevin Cui <[email protected]>
- Loading branch information