Skip to content

Commit acc614f

Browse files
authored
Error should be a broken heart 💔 (#101)
1 parent 7460f2d commit acc614f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Public/BacktraceLogger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Foundation
2424
case .info:
2525
return "💙"
2626
case .error:
27-
return "❤️"
27+
return "💔"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)