Skip to content

Commit

Permalink
enable ut
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot committed Oct 8, 2023
1 parent e519087 commit 08a5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func main() {
panic(err)
}

if err := base.Dispatch(); err != nil && err != event.ErrBadFileDescriptor {
if err := base.Dispatch(); err != nil && err != syscall.EBADF {
panic(err)
}

Expand Down

0 comments on commit 08a5ab0

Please sign in to comment.