File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2371,9 +2371,10 @@ if called by another task, either directly or as a dependency.
23712371:: : warning
23722372
23732373The watcher can misbehave in certain scenarios, in particular for long-running
2374- servers. There is a known bug where child processes of the running might not be
2375- killed appropriately. It's advised to avoid running commands as `go run` and
2376- prefer `go build [...] && ./binary` instead.
2374+ servers. There is a [known bug](https://github.com/go-task/task/issues/160)
2375+ where child processes of the running might not be killed appropriately. It's
2376+ advised to avoid running commands as `go run` and prefer `go build [...] &&
2377+ ./binary` instead.
23772378
23782379If you are having issues, you might want to try tools specifically designed for
23792380live-reloading, like [Air](https://github.com/air-verse/air/). Also, be sure to
You can’t perform that action at this time.
0 commit comments