Skip to content

Commit

Permalink
fix: undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
07souravkunda committed Jan 2, 2024
1 parent 8a0859b commit 59e6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testObservability/helper/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ exports.getOSDetailsFromSystem = async (product) => {
let WORKSPACE_MODULE_PATH;

exports.requireModule = (module) => {
const modulePath = exports.resolveModule(module, _package);
const modulePath = exports.resolveModule(module);
if (modulePath.error) {
throw new Error(`${module} doesn't exist.`);
}
Expand Down

0 comments on commit 59e6591

Please sign in to comment.