Skip to content

Commit 360537e

Browse files
committed
Fix build
1 parent 5a8a195 commit 360537e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/hooks/wrapRequire.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { isMainJsFile } from "./isMainJsFile";
1212
import { getInstance } from "../AgentSingleton";
1313
import { executeInterceptors } from "./executeInterceptors";
1414

15-
let originalRequire: typeof mod.prototype.require | undefined;
15+
let originalRequire: typeof mod.prototype.require;
1616
let isRequireWrapped = false;
1717

1818
let packages: Package[] = [];

0 commit comments

Comments
 (0)