Skip to content

Commit

Permalink
add mode 4 in the invalid mode print
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Jan 18, 2025
1 parent 996ac15 commit e58875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func main() {
Mode4(url, errorMsg)

} else {
fmt.Println(Red + "Invalid mode. Please provide either 0, 1, 2, or 3. Exiting..." + Reset)
fmt.Println(Red + "Invalid mode. Please provide either 0, 1, 2, 3 or 4. Exiting..." + Reset)
os.Exit(1)
}
}

0 comments on commit e58875c

Please sign in to comment.