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.
MASError.notSupported
1 parent 9ed7aa6 commit 283df54Copy full SHA for 283df54
Sources/mas/Errors/MASError.swift
@@ -49,9 +49,8 @@ extension MASError: CustomStringConvertible {
49
"No password provided"
50
case .notSupported:
51
"""
52
- This command is not supported on this macOS version due to changes in macOS. \
53
- For more information see: \
54
- https://github.com/mas-cli/mas#known-issues
+ This command is not supported on this macOS version due to changes in macOS.
+ See: https://github.com/mas-cli/mas#known-issues
55
56
case .failed(let error):
57
if let error {
0 commit comments