Commit 3792dcb
committed
Fix windowsVerbatimArguments dropped in waited spawn path and remove unused DesktopLauncherError export
- Pass windowsVerbatimArguments from resolveSpawnInput through to
ChildProcess.make in spawnPlan, matching the detached path behavior.
Previously the flag was computed but discarded, risking double-escaped
cmd.exe arguments on Windows waited launches.
- Remove unused DesktopLauncherError union schema export from
Services/DesktopLauncher.ts (dead code with no imports).
- Fix test harness to conditionally include windowsVerbatimArguments
only when defined, fixing pre-existing deepEqual assertion failures.1 parent 1218eff commit 3792dcb
File tree
3 files changed
+10
-11
lines changed- apps/server/src/process
- Layers
- Services
3 files changed
+10
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
153 | 157 | | |
154 | 158 | | |
155 | 159 | | |
156 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
157 | 163 | | |
158 | 164 | | |
159 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
752 | 755 | | |
753 | 756 | | |
754 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 130 | | |
141 | 131 | | |
142 | 132 | | |
| |||
0 commit comments