mirror of
https://github.com/golang/go
synced 2024-11-23 15:30:05 -07:00
runtime: fix code span element
This commit is contained in:
parent
076039a5e1
commit
e399ec50f9
@ -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