Revert things

This commit is contained in:
Andras Bacsai
2022-08-25 12:25:46 +02:00
parent 7c8ffd510e
commit 0dc5212066
3 changed files with 8 additions and 33 deletions

View File

@@ -347,14 +347,9 @@ import * as buildpacks from '../lib/buildPacks';
}
});
}
await pAll.default(actions, { concurrency })
}
} catch (error) {
process.exit(0);
} finally {
} catch (error) { } finally {
await prisma.$disconnect();
process.exit(0);
}