Commit a4dae96
Fix race condition causing double JSON output on Windows
The unawaited finishWithMessage calls allowed execution to fall through
to outputDeps, producing two JSON objects on stdout when the async exit
was delayed by the Windows flush workaround.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 96a435e commit a4dae96
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1810 | 1810 | | |
1811 | 1811 | | |
1812 | 1812 | | |
1813 | | - | |
| 1813 | + | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | 1816 | | |
| |||
1819 | 1819 | | |
1820 | 1820 | | |
1821 | 1821 | | |
1822 | | - | |
| 1822 | + | |
1823 | 1823 | | |
1824 | 1824 | | |
1825 | 1825 | | |
| |||
0 commit comments