Skip to content

Commit 42bcd54

Browse files
authored
docs: link to the known bug with --watch (#2449)
1 parent ba23aca commit 42bcd54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/src/docs/guide.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,9 +2371,10 @@ if called by another task, either directly or as a dependency.
23712371
::: warning
23722372

23732373
The 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

23782379
If you are having issues, you might want to try tools specifically designed for
23792380
live-reloading, like [Air](https://github.com/air-verse/air/). Also, be sure to

0 commit comments

Comments
 (0)