mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-07-11 12:32:47 +00:00
Made error more verbose
This commit is contained in:
@ -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 +")");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user