Commit 99690f3
committed
fix: restore orElseSucceed on exists in config discovery to avoid aborting parent walk
When fileSystem.exists fails (e.g. permission denied), treat it as 'not found'
instead of throwing VcsProjectConfigError, so the upward directory walk continues
and can still find a valid .t3code/vcs.json in a parent directory.1 parent 69d4522 commit 99690f3
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 65 | + | |
76 | 66 | | |
77 | 67 | | |
78 | 68 | | |
| |||
0 commit comments