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 30709cc commit 8a0859bCopy full SHA for 8a0859b
bin/testObservability/helper/helper.js
@@ -745,7 +745,7 @@ exports.resolveModule = (module) => {
745
WORKSPACE_MODULE_PATH = WORKSPACE_MODULE_PATH.split('\n')[0].split(' ')[1];
746
} catch (e) {
747
WORKSPACE_MODULE_PATH = null;
748
- logger.debug('Could not locate npm module path with error ', e);
+ exports.debug(`Could not locate npm module path with error ${e}`);
749
}
750
751
0 commit comments