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: