Whoeps, try this again

This commit is contained in:
Felix Rieseberg 2024-10-04 14:14:39 -07:00
parent 4284d903f3
commit c9295fc8a6

View file

@ -36,6 +36,7 @@ const run = async (path, useEngines) => {
} }
run(process.cwd(), ...process.argv.slice(2)).then(() => console.log('Success')).catch((err) => { run(process.cwd(), ...process.argv.slice(2)).then(() => console.log('Success')).catch((err) => {
// console.error(err) console.error(err)
// process.exitCode = 1 // process.exitCode = 1
}) })