Skip to content

Commit

Permalink
Better error message (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirFokow authored Nov 3, 2024
1 parent dcf0669 commit 7ea27bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manimShell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export class ManimShell {
this.resetActiveShell();
Window.showErrorMessage(
"Manim session could not be started."
+ " Have you verified that `manimgl` is installed?");
+ " There was a problem running the `manimgl` command.");
event.terminal.show();
return;
}
Expand Down

0 comments on commit 7ea27bd

Please sign in to comment.