source-academy / modules

Modules that can be imported by programs in Source Academy, an online experiential environment for computational thinking
Apache License 2.0
8 stars 29 forks source link

Revert runtime-error regression in zero duration #250

Closed kjw142857 closed 1 year ago

kjw142857 commented 1 year ago

Description

Revert regression that caused make_sound to reject durations of length 0, which affected the consecutively and simultaneously functions

Note: Issue was caused by #234

Type of change

RichDom2185 commented 1 year ago

Fixes the regression introduced in #234.