Skip to content

Commit

Permalink
Try to fix strange issue with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 9, 2024
1 parent 0e0f9db commit 3020dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ export function createProxyServer(config: {
res.end(e.message)
return
}
/* c8 ignore next 11 */

// Unknown or Internal errors
/* c8 ignore next 9 */
if (e instanceof Error) {
process.stderr.write(styleText('red', e.stack ?? e.message) + '\n')
} else if (typeof e === 'string') {
Expand Down

0 comments on commit 3020dcd

Please sign in to comment.