mirror of
https://github.com/golang/go
synced 2024-11-17 03:04:44 -07:00
runtime: fix code span element
Change-Id: I99c593573b3bec560ab3af49ac2f486ee442ee1c
GitHub-Last-Rev: e399ec50f9
GitHub-Pull-Request: golang/go#52946
Reviewed-on: https://go-review.googlesource.com/c/go/+/406837
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
88c5324f2e
commit
13147f744c
@ -97,7 +97,7 @@ For runtime error debugging, it may be useful to run with `GOTRACEBACK=system`
|
||||
or `GOTRACEBACK=crash`. The output of `panic` and `fatal` is as described by
|
||||
`GOTRACEBACK`. The output of `throw` always includes runtime frames, metadata
|
||||
and all goroutines regardless of `GOTRACEBACK` (i.e., equivalent to
|
||||
`GOTRACEBACK=system). Whether `throw` crashes or not is still controlled by
|
||||
`GOTRACEBACK=system`). Whether `throw` crashes or not is still controlled by
|
||||
`GOTRACEBACK`.
|
||||
|
||||
Synchronization
|
||||
|
Loading…
Reference in New Issue
Block a user