(reason)
| 12877 | } |
| 12878 | (_a = options.colors) != null ? _a : options.colors = true; |
| 12879 | const properties = { |
| 12880 | status: this.status, |
| 12881 | statusText: this.statusText, |
| 12882 | headers: this.headers, |
| 12883 | body: this.body, |
| 12884 | bodyUsed: this.bodyUsed, |
| 12885 | ok: this.ok, |
| 12886 | redirected: this.redirected, |
| 12887 | type: this.type, |
| 12888 | url: this.url |
| 12889 | }; |
| 12890 | return `Response ${nodeUtil.formatWithOptions(options, properties)}`; |
no test coverage detected