Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
module.exports = function execute (programm) {
const actualCommand = resplited.map(p => ru.toEn(p)).join(SEPARATOR);
try {
cp.execSync(`${programm} ${ru.toEn(cmd)}`, { stdio: 'inherit' });
} catch (e) {
}
}
const actualCommand = resplited.map(p => ru.toEn(p)).join(SEPARATOR);