Skip to content
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

fix(node): errno property when command missing #22691

Merged
merged 6 commits into from
Mar 4, 2024

Conversation

littledivy
Copy link
Member

Fixes #22604

remix dev with Node adapter works:

$ ~/gh/littledivy/deno/target/debug/deno task dev
Task dev remix dev --manual

 💿  remix dev

 info  building...
 info  built (619ms)
[remix-serve] http://localhost:3000 (http://192.168.1.24:3000)

GET / 200 - - 3.090 ms

@bartlomieju
Copy link
Member

Can you add a test that assert proper error?

@littledivy littledivy enabled auto-merge (squash) March 4, 2024 14:45
@littledivy littledivy merged commit 5a28d70 into denoland:main Mar 4, 2024
17 checks passed
@littledivy littledivy deleted the remix_dev_works branch March 6, 2024 02:52
littledivy added a commit that referenced this pull request Mar 8, 2024
Fixes #22604

`remix dev` with Node adapter works:
```
$ ~/gh/littledivy/deno/target/debug/deno task dev
Task dev remix dev --manual

 💿  remix dev

 info  building...
 info  built (619ms)
[remix-serve] http://localhost:3000 (http://192.168.1.24:3000)

GET / 200 - - 3.090 ms
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remix dev not working
2 participants