CRAP | Complexity | Coverage | Location |
---|---|---|---|
6.00 | 2 | 0/4 (0.00%) | test-reporter/reporter.ts (L66 - L73) |
public getLastError(): Error | undefined {
const lastError = this.logger.getLastError();
if (lastError == undefined) {
return undefined;
}
return new Error(lastError);
}