mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-14 23:24:51 -04:00
Improve cache directory error messaging
This commit is contained in:
parent
4ecef6dd13
commit
c586788a5b
10 changed files with 139 additions and 6 deletions
|
@ -11,6 +11,8 @@ enum HelperToolCommandType: String, Codable {
|
|||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case remove = "remove"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case fileAttributes = "fileAttributes"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case installer = "installer"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case createinstallmedia = "createinstallmedia"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue