Commit fd451c5
fix: build task's help echo executed 'task run' via backtick substitution (#80)
Both v0.1.0 release attempts hung the runner in darwin:run: the build
task's closing echo used backticks around 'task package' and
'task run' inside a sh string -- command substitution, so printing the
help message BUILT AND LAUNCHED the real app, which never exits
headless. Plain quotes now. Likely also the source of phantom local
Mill instances after any 'task build' (Standing #8's class).
Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent cc20a89 commit fd451c5
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments