Refactored code to match code-style

This commit is contained in:
2021-12-02 13:40:56 +01:00
parent 9095e21e6f
commit 56ac283544
11 changed files with 143 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
const logger = require("./logger.js")("exec");
const { spawn } = require("child_process");
const { parseArgsStringToArgv } = require('string-argv');
const { parseArgsStringToArgv } = require("string-argv");
function exec(cmd, options){