Skip to content

Commit

Permalink
break when meet error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Jan 20, 2024
1 parent 50cbf62 commit 6567cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@
if (e.constructor.name === "PythonError") {
const message = fut.formatted_error || e.message;
term.error(message.trimEnd());
break;
} else {
throw e;
}
Expand Down

0 comments on commit 6567cb6

Please sign in to comment.