1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 21:39:22 +00:00

Made error more verbose

This commit is contained in:
Pierre HUBERT 2019-11-23 18:50:57 +01:00
parent d6eed99a1a
commit 0cb6688884

View File

@ -218,7 +218,7 @@ export class RequestHandler {
this.responseSent = true; this.responseSent = true;
throw Error("Could not complete request!"); throw Error("Could not complete request! ("+ message +")");
} }
/** /**