We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833295b commit b18526bCopy full SHA for b18526b
internal/workflowerrors/stack.go
@@ -30,5 +30,5 @@ func stack(skip int) string {
30
buf.WriteString(frame.String())
31
}
32
33
- return string(buf.Bytes())
+ return buf.String()
34
0 commit comments