Commit abc50fe
committed
fix: return native path from getDefaultBgOutputDir
The bgOutputDir is used by Node.js fs APIs (mkdir, writeFile) which need
native Windows paths. POSIX conversion happens at shell command construction
time via toPosixPath() in spawnBackground.1 parent 99af592 commit abc50fe
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments