js-slang icon indicating copy to clipboard operation
js-slang copied to clipboard

Stepper: sound module crashes frontend

Open martin-henz opened this issue 5 months ago • 1 comments

This program crashes the frontend:

import {consecutively, make_sound} from "sound";
consecutively(list(make_sound(x => 0, 0)));

https://share.sourceacademy.nus.edu.sg/d0xoj

martin-henz avatar Sep 13 '24 04:09 martin-henz