Skip to content

Commit 7ea27bd

Browse files
Better error message (#79)
1 parent dcf0669 commit 7ea27bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manimShell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ export class ManimShell {
672672
this.resetActiveShell();
673673
Window.showErrorMessage(
674674
"Manim session could not be started."
675-
+ " Have you verified that `manimgl` is installed?");
675+
+ " There was a problem running the `manimgl` command.");
676676
event.terminal.show();
677677
return;
678678
}

0 commit comments

Comments
 (0)