We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0859b commit 59e6591Copy full SHA for 59e6591
bin/testObservability/helper/helper.js
@@ -726,7 +726,7 @@ exports.getOSDetailsFromSystem = async (product) => {
726
let WORKSPACE_MODULE_PATH;
727
728
exports.requireModule = (module) => {
729
- const modulePath = exports.resolveModule(module, _package);
+ const modulePath = exports.resolveModule(module);
730
if (modulePath.error) {
731
throw new Error(`${module} doesn't exist.`);
732
}
0 commit comments