Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Sep 30, 2024
1 parent 5a8a195 commit 360537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/hooks/wrapRequire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { isMainJsFile } from "./isMainJsFile";
import { getInstance } from "../AgentSingleton";
import { executeInterceptors } from "./executeInterceptors";

let originalRequire: typeof mod.prototype.require | undefined;
let originalRequire: typeof mod.prototype.require;
let isRequireWrapped = false;

let packages: Package[] = [];
Expand Down

0 comments on commit 360537e

Please sign in to comment.