web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit d1cfae937cb3eb7ce653712477ff11490a040ede
parent 666a2d89d04d3648aab8d710bc083020724a1b46
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sat, 28 Sep 2024 09:46:51 +0000

client: edit iclienthttp

Diffstat:
Mclient/src/capacitor/http.ts | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/client/src/capacitor/http.ts b/client/src/capacitor/http.ts @@ -21,8 +21,7 @@ export class CapacitorClientHttp implements IClientHttp { return res; } } catch (e) { - const error_message = `${e.code}: ${e.message}`; - return error_message; + return String(e); }; } } \ No newline at end of file