Commit c97f7a2
fix: handle empty package version in conflict resolution (#346)
- Add check for empty package version in replace logic
- Fix potential issue when replace.packageVersion() is empty
- Improve conflict resolution reliability
When checking if a package can replace a conflicting package,
the code now properly handles cases where the replace version
is empty, preventing potential comparison issues.1 parent b018e9c commit c97f7a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
0 commit comments