We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0669 commit 7ea27bdCopy full SHA for 7ea27bd
src/manimShell.ts
@@ -672,7 +672,7 @@ export class ManimShell {
672
this.resetActiveShell();
673
Window.showErrorMessage(
674
"Manim session could not be started."
675
- + " Have you verified that `manimgl` is installed?");
+ + " There was a problem running the `manimgl` command.");
676
event.terminal.show();
677
return;
678
}
0 commit comments