You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.
For some reason, the top-level async function randomly decides to break with Node.js 14, and the process is quitting at the first await (in this case: trying to connect to the database), with no indication about what's happening.
This works fine in the LTS version, and it sill works in 13. I don't see anything obvious in the changelog either, so that's fun.
The text was updated successfully, but these errors were encountered:
For some reason, the top-level async function randomly decides to break with Node.js 14, and the process is quitting at the first
await
(in this case: trying to connect to the database), with no indication about what's happening.This works fine in the LTS version, and it sill works in 13. I don't see anything obvious in the changelog either, so that's fun.
The text was updated successfully, but these errors were encountered: