diff --git a/src/main/lens-proxy.ts b/src/main/lens-proxy.ts index 14f0441bde..7f0b14721d 100644 --- a/src/main/lens-proxy.ts +++ b/src/main/lens-proxy.ts @@ -134,7 +134,7 @@ export class LensProxy { try { res.writeHead(500).end("Oops, something went wrong.") } catch (e) { - // Can't send headers. Probably app is closing. + logger.error(`[LENS-PROXY]: Failed to write headers: `, e) } })