Skip to content

Commit 9adf4f4

Browse files
committed
chore: make errors more descriptive
1 parent d9a7d0f commit 9adf4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/Views/Bootstrap/LRStagedViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class LRStagedViewController: LRBaseStagedViewController {
100100
UIAlertController.showAlert(
101101
self,
102102
title: "",
103-
message: error.localizedDescription,
103+
message: "\(error)",
104104
actions: []
105105
)
106106
#else

0 commit comments

Comments
 (0)