This commit is contained in:
Brian Zalewski 2024-05-05 06:40:11 +00:00
parent 41cd67e17b
commit 7e92647cf4

View file

@ -26,7 +26,7 @@ function execPromise(command) {
}) })
} }
async function runSilentCommand(command) { function runSilentCommand(command) {
return require('child_process').execSync(`${command}`, { stdio: 'inherit', shell: true }) return require('child_process').execSync(`${command}`, { stdio: 'inherit', shell: true })
} }
@ -545,6 +545,7 @@ async function main() {
} }
} else { } else {
log(`typeof _when for ${x.listKey} must be a string`) log(`typeof _when for ${x.listKey} must be a string`)
return true
} }
} else { } else {
return true return true