Skip to content

Commit 59e6591

Browse files
committed
fix: undefined
1 parent 8a0859b commit 59e6591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ exports.getOSDetailsFromSystem = async (product) => {
726726
let WORKSPACE_MODULE_PATH;
727727

728728
exports.requireModule = (module) => {
729-
const modulePath = exports.resolveModule(module, _package);
729+
const modulePath = exports.resolveModule(module);
730730
if (modulePath.error) {
731731
throw new Error(`${module} doesn't exist.`);
732732
}

0 commit comments

Comments
 (0)