Skip to content

Commit

Permalink
Fixed Warning typo in printError
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoldberg committed Feb 13, 2021
1 parent 7d90e9e commit f2a069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MasKit/Formatters/Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func printWarning(_ message: String) {

public func printError(_ message: String) {
guard isatty(fileno(stdout)) != 0 else {
print("Warning: \(message)")
print("Error: \(message)")
return
}

Expand Down

0 comments on commit f2a069d

Please sign in to comment.