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? {
|
var currentError: Error? {
|
||||||
didSet {
|
didSet {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
print("⚠️ currentError -> didSet \(currentError)")
|
print("⚠️ currentError -> didSet \(currentError?.localizedDescription ?? "nil")")
|
||||||
print(" > hasError was: \(self.hasError)")
|
print(" > hasError was: \(self.hasError)")
|
||||||
#endif
|
#endif
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
|
Loading…
Reference in New Issue
Block a user