Latest
This commit is contained in:
parent
41cd67e17b
commit
7e92647cf4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue