Loading static/js/exercises.api.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -171,8 +171,8 @@ class ExerciseExecutionContext { /** * Clear the terminal. Shorthand for prepareWith(null, true) */ clear() { this.prepareWith(null, true) async clear() { await this.prepareWith(null, true) } /** Loading Loading
static/js/exercises.api.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -171,8 +171,8 @@ class ExerciseExecutionContext { /** * Clear the terminal. Shorthand for prepareWith(null, true) */ clear() { this.prepareWith(null, true) async clear() { await this.prepareWith(null, true) } /** Loading