No but for real fix all tests

This commit is contained in:
Felix Rieseberg 2024-10-04 19:41:59 -07:00
parent c9295fc8a6
commit b46ddee8d2

View file

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