mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 06:34:44 -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
|
@ -59,8 +59,6 @@ class ShellExecutor: NSObject {
|
|||
return (terminationStatus: terminationStatus, standardOutput: standardOutput, standardError: (standardError ?? "").isEmpty ? nil : standardError)
|
||||
}
|
||||
|
||||
// swiftlint:enable large_tuple
|
||||
|
||||
func terminate() {
|
||||
|
||||
guard process.isRunning else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue