Task/361 upgrade to es6 modules to support mcdev 6+#362
Conversation
| */ | ||
| static progress(msg) { | ||
| msg = JSON.stringify(msg); | ||
| execSync(`copado --progress ${msg}`); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| } | ||
| Log_default.debug("\u26A1 " + command); | ||
| try { | ||
| execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| */ | ||
| static progress(msg) { | ||
| msg = JSON.stringify(msg); | ||
| execSync(`copado --progress ${msg}`); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| } | ||
| Log_default.debug("\u26A1 " + command); | ||
| try { | ||
| execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| */ | ||
| static progress(msg) { | ||
| msg = JSON.stringify(msg); | ||
| execSync(`copado --progress ${msg}`); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| } | ||
| Log_default.debug("\u26A1 " + command); | ||
| try { | ||
| execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| */ | ||
| static progress(msg) { | ||
| msg = JSON.stringify(msg); | ||
| execSync(`copado --progress ${msg}`); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
| } | ||
| Log_default.debug("\u26A1 " + command); | ||
| try { | ||
| execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" }); |
Check warning
Code scanning / CodeQL
Shell command built from environment values
PR details
What changes did you make? (Give an overview)
...
Is there anything you'd like reviewers to focus on?
...