这是indexloc提供的服务,不要输入任何密码
Skip to content

make sure Node.js process closes when server disappears #4448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

sokra
Copy link
Member

@sokra sokra commented Apr 4, 2023

Description

avoid zombie node.js processes

@sokra sokra requested a review from a team as a code owner April 4, 2023 08:42
@vercel
Copy link

vercel bot commented Apr 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo 🔄 Building (Inspect) Apr 4, 2023 11:32am
10 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-cra-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-designsystem-docs ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-gatsby-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-kitchensink-blog ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-native-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-svelte-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-tailwind-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
examples-vite-web ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am
turbo-site ⬜️ Ignored (Inspect) Apr 4, 2023 11:32am

@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

✅ This changes can build next-swc

@github-actions
Copy link
Contributor

github-actions bot commented Apr 4, 2023

🟢 CI successful 🟢

Thanks

@sokra sokra added the pr: automerge Kodiak will merge these automatically after checks pass label Apr 4, 2023
@kodiakhq kodiakhq bot merged commit 2e70b8e into main Apr 4, 2023
@kodiakhq kodiakhq bot deleted the sokra/exit-node branch April 4, 2023 11:44
kodiakhq bot pushed a commit to vercel/next.js that referenced this pull request Apr 4, 2023
## Description

A require call inside a try block will only emit a warning instead of an error now.

I also added source information to the resolve issues where possible

### Example
```js
try {
  require("missing-module");
} ...
```
previously this would show an error in the overlay, now it's just a warning

## Additional Turbopack Updates

* vercel/turborepo#4414 (requirement for this)
* vercel/turborepo#4434
* vercel/turborepo#4447
* vercel/turborepo#4448
* vercel/turborepo#4446
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: automerge Kodiak will merge these automatically after checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants