| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
I think we prefix all our environment variables with NODE_: https://nodejs.org/api/cli.html#environment-variables
Sorry, something went wrong.
There was a problem hiding this comment.
Will fix in a follow up PR, as this environment variable existed before this pr
Sorry, something went wrong.
|
@MoLow also, there's a typo on your original commit, it should pb say watch for missing dependencies instead |
Sorry, something went wrong.
There was a problem hiding this comment.
Can you explain how this fixes the issue? Why is telling watch mode that loading a module failed fix things? Is is because those files are removed so they can be re-added later when they are re-generated?
Sorry, something went wrong.
that is the precise reason. see the tests added in the original PR node/test/sequential/test-watch-mode.mjs Line 178 in df6b0cd |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: #45348 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
PR-URL: nodejs#45348 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
PR-URL: #45348 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
PR-URL: #45348 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
| Back | FazBrowse Home | New Git URL |
an alternative for #45259
if we choose to favor this solution, need to add some tests