Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Aug 29, 2024
1 parent 2e34fb0 commit 53e2d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/interactsh-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func main() {
}
})
if err != nil {
gologger.Error().Msgf(err.Error())
gologger.Error().Msg(err.Error())
}

c := make(chan os.Signal, 1)
Expand Down

0 comments on commit 53e2d02

Please sign in to comment.