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 ba43a40 commit d78e584Copy full SHA for d78e584
src/github.com/getlantern/errors/errors.go
@@ -108,7 +108,7 @@ type Error interface {
108
// with the cause of this Error (if any), then the stacktrace when the
109
// cause is created, and so on.
110
// The output is an analogy of Java's stacktrace.
111
- PrintStack(io.Writer, string)
+ PrintStack(w io.Writer, linePrefix string)
112
113
// Op attaches a hint of the operation triggers this Error. Many error types
114
// returned by net and os package have Op pre-filled.
0 commit comments