There was an error while loading. Please reload this page.
1 parent e5e8998 commit bcd0513Copy full SHA for bcd0513
1 file changed
src/index.ts
@@ -32,7 +32,7 @@ async function run() {
32
33
// Once new scriptgen version is live, line 34-44 will be updated before release
34
// const command = scriptgen.generateCommand(options);
35
- const pluginsPath = path.join(__dirname, "plugins").relpaceAll("'","''");
+ const pluginsPath = path.join(__dirname, "plugins").replaceAll("'","''");
36
const command = "addpath('"+ pluginsPath +"');" +
37
"import matlab.unittest.TestRunner;" +
38
"addpath(genpath('sample'));" +
0 commit comments