diff options
-rw-r--r-- | src/printer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printer.go b/src/printer.go index 83268bc..291adbb 100644 --- a/src/printer.go +++ b/src/printer.go @@ -37,6 +37,8 @@ func printResponses(channels channels) { statusCode = red(fmt.Sprintf("%d", response.StatusCode)) postfix = "\033[K\r" + // this prints the 404 line, but prints the entry on the same line + } // print the foo |