source-academy / js-slang

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python
https://source-academy.github.io/source/
Apache License 2.0
64 stars 102 forks source link

fix command-line REPL #1674

Closed s-kybound closed 2 months ago

s-kybound commented 2 months ago

PR #1672 breaks the command line REPL, being unable to run + being unable to parse alternate languages properly.

This PR resolves this issue.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8684588531

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/repl/utils.ts 3 5 60.0%
<!-- Total: 3 5 60.0% -->
Totals Coverage Status
Change from base Build 8681562984: 0.002%
Covered Lines: 10832
Relevant Lines: 12866

💛 - Coveralls