Skip to content

Commit

Permalink
chore: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-coye committed Jul 12, 2023
1 parent 83ef11c commit 6fa467f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#if canImport(MobileCoreServices)

import CocoaLumberjackSwift
import Foundation
import OSLog

/// Something that can provide a set of common URLs within the app group
///
Expand Down Expand Up @@ -117,7 +117,7 @@ public final class AppGroupPathProvider: AppGroupPathProvidable {
ofItemAtPath: groupDirectoryURL.path
)
} catch {
os_log("failed to protect mandatory path")
DDLogError("[AppGroupPathProvider] failed to protect mandatory path :\(error)")
return nil
}

Expand Down

0 comments on commit 6fa467f

Please sign in to comment.