We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d37260 + ff51980 commit 1316ebcCopy full SHA for 1316ebc
utils/console.go
@@ -21,7 +21,7 @@ func PrintMessage(m string) {
21
fmt.Print(m)
22
}
23
24
-func PrintErrorMessageAndExit(m string) {
+func PrintErrorAndExit(m string) {
25
26
os.Exit(1)
27
0 commit comments