Skip to content

Commit

Permalink
Update lib/raygun.sync.worker.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sumitra Manga <[email protected]>
  • Loading branch information
miquelbeltran and sumitramanga authored Apr 30, 2024
1 parent 5ad42ce commit d81f67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/raygun.sync.worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d81f67c

Please sign in to comment.