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 ce9cb79 commit ab4fec5Copy full SHA for ab4fec5
src/index.ts
@@ -18,7 +18,7 @@ async function run() {
18
19
const helperScript = await matlab.generateScript(workspaceDir, command);
20
const execOpts = {
21
- env: {...process.env, MW_BATCH_LICENSING_ONLINE:'true'} // Disabled while we work out online licensing kinks
+ env: {...process.env, MW_BATCH_LICENSING_ONLINE:'true'} // Remove when online batch licensing is the default
22
};
23
await matlab.runCommand(helperScript, platform, architecture, (cmd,args)=>exec.exec(cmd,args,execOpts), startupOpts);
24
}
0 commit comments