(ctx context.Context, title string, data ...any)
| 84 | } |
| 85 | |
| 86 | func shellDebug(ctx context.Context, title string, data ...any) { |
| 87 | msg := shellDebugLine(title, data...) |
| 88 | stdio := telemetry.SpanStdio(ctx, InstrumentationLibrary) |
| 89 | fmt.Fprint(stdio.Stderr, msg) |
| 90 | } |
no test coverage detected