Skip to content

Commit 8a0859b

Browse files
committed
fix: log
1 parent 30709cc commit 8a0859b

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
@@ -745,7 +745,7 @@ exports.resolveModule = (module) => {
745745
WORKSPACE_MODULE_PATH = WORKSPACE_MODULE_PATH.split('\n')[0].split(' ')[1];
746746
} catch (e) {
747747
WORKSPACE_MODULE_PATH = null;
748-
logger.debug('Could not locate npm module path with error ', e);
748+
exports.debug(`Could not locate npm module path with error ${e}`);
749749
}
750750
}
751751

0 commit comments

Comments
 (0)