hs: call command binds result to it via emit-set

call X then put it into Y was emitting (hs-win-call ...) without
wrapping in emit-set, so it remained nil. Wrap call result in
emit-set(the-result) so it/the-result are updated. Fixes +1 test.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 14:14:02 +00:00
parent 037acc7998
commit 35f498ec80
2 changed files with 2828 additions and 2718 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff