Commit a3dd2d7
committed
fix: handle empty string executable names in swift_package_list
- Fix test failure by treating empty strings as falsy for default naming
- Use logical OR instead of nullish coalescing for this specific case
- Add ESLint disable comment with explanation for intentional usage
- All tests now pass (1602 passing, 3 skipped)
- Maintains 100% ESLint compliance (0 errors, 0 warnings)1 parent c84b02b commit a3dd2d7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments