Skip to content

Commit 6f5eb73

Browse files
internal/crashmonitor: add todo comment for the setCrashOutput lambda
1 parent 5a429a9 commit 6f5eb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/crashmonitor/crash_go123.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
)
1414

1515
func init() {
16+
// TODO(adonovan): remove temporary lambda when the SetCrashOutput transition (#67182) is complete.
1617
setCrashOutput = func(f *os.File) error {
1718
return debug.SetCrashOutput(f)
1819
}

0 commit comments

Comments
 (0)