Delete Data Conversion Tool

pull/2059/head
skiffer-git 2 years ago
parent 9ba6a43e74
commit 5baa7d8e40

@ -71,8 +71,7 @@ func colorErrPrint(msg string) {
const redColor = "\033[31m" const redColor = "\033[31m"
// ANSI escape code to reset color // ANSI escape code to reset color
const resetColor = "\033[0m" const resetColor = "\033[0m"
msg = resetColor + msg + resetColor msg = redColor + msg + resetColor
// Format the string as per provided format and arguments
// Print to stderr in red // Print to stderr in red
fmt.Fprintf(os.Stderr, "%s\n", msg) fmt.Fprintf(os.Stderr, "%s\n", msg)
} }

Loading…
Cancel
Save