mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
tweak
This commit is contained in:
@@ -73,6 +73,6 @@ class Error extends LoadingState<Never> {
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return errMsg ?? '';
|
||||
return errMsg ?? code?.toString() ?? '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user