Skip to content

Commit

Permalink
Fix: Event.stack initialization error (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
haozibi committed Mar 30, 2020
1 parent d9df180 commit 1c32ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func newEvent(w LevelWriter, level Level) *Event {
e.buf = enc.AppendBeginMarker(e.buf)
e.w = w
e.level = level
e.stack = false
return e
}

Expand Down

0 comments on commit 1c32ee0

Please sign in to comment.