wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
307 stars 25 forks source link

Do RefEnd() before goto. #105

Closed jpco closed 1 month ago

jpco commented 1 month ago

Fixes #104.

I swear I wondered which line to put this RefEnd() invocation on; in retrospect, the one I picked was obviously the worse choice.

Also adds a couple braces around an eval in trip.es. I confirmed that call crashes without this PR and works with it.