- Notifications
You must be signed in to change notification settings - Fork905
Commitc7fc7b9
authored
fix: create directory before writing coder connect network info file (#17628)
The regular network info file creation code also calls `Mkdirall`.Wasn't picked up in manual testing as I already had the `/net` folder inmy VSCode.Wasn't picked up in automated testing because we use an in-memory FS,which for some reason does this implicitly.1 parent4de7661 commitc7fc7b9
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1542 | 1542 |
| |
1543 | 1543 |
| |
1544 | 1544 |
| |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
| 1548 | + | |
1545 | 1549 |
| |
1546 | 1550 |
| |
1547 | 1551 |
| |
|
0 commit comments
Comments
(0)