Commit d85d690
committed
refactor(scripts): use platform-conditional shell option instead of hardcoded true
Changed two spawn calls in claude.mjs from hardcoded `shell: true` to
platform-conditional `...(WIN32 && { shell: true })` for consistency
with the rest of the codebase.
This follows the established pattern used throughout the codebase where
shell is only enabled on Windows when needed for .cmd/.bat file execution.1 parent 2a1b3d0 commit d85d690
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4716 | 4716 | | |
4717 | 4717 | | |
4718 | 4718 | | |
4719 | | - | |
| 4719 | + | |
4720 | 4720 | | |
4721 | 4721 | | |
4722 | 4722 | | |
| |||
5036 | 5036 | | |
5037 | 5037 | | |
5038 | 5038 | | |
5039 | | - | |
| 5039 | + | |
5040 | 5040 | | |
5041 | 5041 | | |
5042 | 5042 | | |
| |||
0 commit comments