This commit is contained in:
parent
e68bb41960
commit
c6ef14ee70
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module.exports = {
|
|||
fs.rmSync(downloadsDir, {force: true, recursive: true});
|
||||
},
|
||||
|
||||
executeCommand(command, commandArgs, {verbose = false}) {
|
||||
executeCommand(command, commandArgs, verbose=false) {
|
||||
if (typeof command !== 'string' || !Array.isArray(commandArgs)) return { error: true };
|
||||
console.log("Executing:", command, commandArgs.join(" "));
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue