asyncReportError
Signature - util.ts#L244
function asyncReportError(error: unknown): voidReports the given error asynchronously.
Parameters
| Parameter | Type | Description |
|---|---|---|
| error | | The error to report. |
function asyncReportError(error: unknown): voidReports the given error asynchronously.
| Parameter | Type | Description |
|---|---|---|
| error | | The error to report. |