-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/361 upgrade to es6 modules to support mcdev 6+ #362
base: main
Are you sure you want to change the base?
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?
...