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