We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a429a9 commit 6f5eb73Copy full SHA for 6f5eb73
internal/crashmonitor/crash_go123.go
@@ -13,6 +13,7 @@ import (
13
)
14
15
func init() {
16
+ // TODO(adonovan): remove temporary lambda when the SetCrashOutput transition (#67182) is complete.
17
setCrashOutput = func(f *os.File) error {
18
return debug.SetCrashOutput(f)
19
}
0 commit comments