Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-02 10:32:01 +08:00
parent a18863f292
commit 8c7db34e5a
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ class GrpcReq {
// UNKNOWN : -400 : msg
final errMsg = details.map((e) => e.message).join('\n');
msg = kDebugMode
? 'CODE: ${grpcMsg.code}(${grpcMsg.message})'
? 'CODE: ${grpcMsg.code}(${grpcMsg.message})\n'
'MSG: $errMsg'
: errMsg;
} catch (e) {