mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Fix for temporary debugging
This commit is contained in:
parent
bf35738957
commit
aefcd0d799
@ -28,7 +28,7 @@ final class WriteFreelyModel: ObservableObject {
|
||||
var currentError: Error? {
|
||||
didSet {
|
||||
#if DEBUG
|
||||
print("⚠️ currentError -> didSet \(currentError)")
|
||||
print("⚠️ currentError -> didSet \(currentError?.localizedDescription ?? "nil")")
|
||||
print(" > hasError was: \(self.hasError)")
|
||||
#endif
|
||||
DispatchQueue.main.async {
|
||||
|
Loading…
Reference in New Issue
Block a user