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
It seems like under certain circumstances, one of which is running `npx convex dev` in our monorepo, we receive `SIGINT` twice.
Instead of digging into exactly why this happens twice, I'm making it so we only run the `cleanupHandle` once by setting it to `null` immediately before running.
GitOrigin-RevId: d88cf278c0c1ba6530a58b358d6a7465cfae2ebb
0 commit comments