mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
mod: err string
fix: typo Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -72,6 +72,6 @@ class Error extends LoadingState<Never> {
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'ApiException: $errMsg';
|
||||
return errMsg ?? '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user