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.
1 parent 1e38aeb commit 30140f9Copy full SHA for 30140f9
Sources/SparrowKit/os/SPLogger.swift
@@ -64,7 +64,7 @@ public enum SPLogger {
64
// Adding filename if need.
65
switch Configurator.shared.fileNameMode {
66
case .show:
67
- guard let fileName = URL(string: filePath)?.lastPathComponent else { break }
+ // guard let fileName = URL(string: filePath)?.lastPathComponent else { break }
68
formattedMessage += " [\(filePath)]"
69
case .hide:
70
break
SparrowKit.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
-35 Bytes
0 commit comments