corrected exclamation mark

This commit is contained in:
jan-tricks 2023-06-22 12:55:45 +02:00 committed by GitHub
parent 26fe6d39eb
commit f9ab46bb0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,10 +120,10 @@ async function dep() {
for (let [key, value] in Object.entries(JSON.parse(optionsArg))) {
options.push('-o', `${key}=${value}`)
}
}
} catch (e) {
console.error('Invalid JSON in options')
}
}
try {
await $`php ${dep} ${cmd} ${recipe} --no-interaction ${ansi} ${verbosity} ${options}`