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
There's a problem with the ordering of process shutdown + spin-up. It typically isn't a problem (and arguably better for perf), but not when debugging. The code area is pretty sensitive, so I'm not totally sure what all would go into this change, but if it should be prioritized I think it would make sense to.
running into a problem when i have the node debugger started on port 5858 and i change a file that triggers a
func
process restart.command used to run functions:
$ func host start --language-worker -- "--inspect=5858" --script-root build --javscript
specifically, after a file change triggers a restart, indicated by this:
... i see this appear a bunch of times:
here's the full log.
The text was updated successfully, but these errors were encountered: