mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 05:19:22 +00:00
Made error more verbose
This commit is contained in:
parent
d6eed99a1a
commit
0cb6688884
@ -218,7 +218,7 @@ export class RequestHandler {
|
||||
|
||||
this.responseSent = true;
|
||||
|
||||
throw Error("Could not complete request!");
|
||||
throw Error("Could not complete request! ("+ message +")");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user