Skip to content

Commit

Permalink
bugs at 4am ain't good
Browse files Browse the repository at this point in the history
  • Loading branch information
NitescuLucian committed Mar 30, 2023
1 parent 826b5fd commit 094a591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edirb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import (
func generateHTMLOutlineHash(htmlBytes []byte) string {
doc, err := goquery.NewDocumentFromReader(bytes.NewReader(htmlBytes))
if err != nil {
fmt.Fprintln(os.Stderr, err)
os.Exit(1)
return
}

var outlineText string
Expand Down

0 comments on commit 094a591

Please sign in to comment.