codeformat

This commit is contained in:
dtricks 2025-10-03 18:12:47 +02:00 committed by dtricks
parent be9368e8a2
commit 73a9834959
4 changed files with 32 additions and 29 deletions

View file

@ -298,7 +298,7 @@ export class StrudelMirror {
async stop() {
this.repl.scheduler.stop();
}
// Listen for global stop requests (e.g., from Vim :q)
onStopRequest = (e) => {
try {