TurboWarp / scratch-vm

Scratch VM with a JIT compiler and more features
https://turbowarp.org/
Mozilla Public License 2.0
75 stars 72 forks source link

interpreter: Do not re-evaluate procedure arguments after stop this script or return #202

Closed GarboMuffin closed 6 months ago

GarboMuffin commented 6 months ago

Fixes https://github.com/TurboWarp/scratch-vm/issues/201

Also fixes this causing two requests to translate service (same bug):

image

AshimeeAlt commented 6 months ago

yay