Skip to content

Commit

Permalink
Debug filepath.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed May 9, 2021
1 parent 1e38aeb commit 30140f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SparrowKit/os/SPLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public enum SPLogger {
// Adding filename if need.
switch Configurator.shared.fileNameMode {
case .show:
guard let fileName = URL(string: filePath)?.lastPathComponent else { break }
// guard let fileName = URL(string: filePath)?.lastPathComponent else { break }
formattedMessage += " [\(filePath)]"
case .hide:
break
Expand Down
Binary file not shown.

0 comments on commit 30140f9

Please sign in to comment.