mirror of
https://github.com/mas-cli/mas
synced 2024-11-29 06:50:39 +00:00
Fixed Warning typo in printError
This commit is contained in:
parent
7d90e9e492
commit
f2a069d670
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func printWarning(_ message: String) {
|
||||||
|
|
||||||
public func printError(_ message: String) {
|
public func printError(_ message: String) {
|
||||||
guard isatty(fileno(stdout)) != 0 else {
|
guard isatty(fileno(stdout)) != 0 else {
|
||||||
print("Warning: \(message)")
|
print("Error: \(message)")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue