We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d515105 commit c1568c1Copy full SHA for c1568c1
src/MatlabTerminal.ts
@@ -33,7 +33,7 @@ export default class MatlabTerminal {
33
if (process.platform === 'win32') {
34
this.terminal.sendText(`${this.matlabCommand} ${this.noSplashArg} ${this.noDesktopArg} -r "run('${relativeFilePath}');"`);
35
} else {
36
- this.terminal.sendText(`${rerun}run('${relativeFilePath}')`);
+ this.terminal.sendText(`run('${relativeFilePath}')`);
37
}
38
39
this.terminal.show(true);
0 commit comments