From d81f67c2167df18864c68c81fa1f74fb26dc164f Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 30 Apr 2024 07:33:09 +0200 Subject: [PATCH] Update lib/raygun.sync.worker.ts Co-authored-by: Sumitra Manga <36393794+sumitramanga@users.noreply.github.com> --- lib/raygun.sync.worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/raygun.sync.worker.ts b/lib/raygun.sync.worker.ts index 12dfa26..bf99126 100644 --- a/lib/raygun.sync.worker.ts +++ b/lib/raygun.sync.worker.ts @@ -2,7 +2,7 @@ import fs from "fs"; import * as transport from "./raygun.transport"; import { SendOptions, SendOptionsWithoutCB } from "./types"; -import {IncomingMessage} from "http"; +import { IncomingMessage } from "http"; // Read stdin synchronously const data = fs.readFileSync(0, "utf-8");