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 c67eea1 commit 00c81dbCopy full SHA for 00c81db
bin/testObservability/crashReporter/index.js
@@ -57,7 +57,7 @@ getPackageVersion = (package_, bsConfig = null) => {
57
logger.info(`Getting ${package_} package version from module path = ${packages[package_]}`);
58
packageVersion = packages[package_];
59
} catch(e) {
60
- exports.debug(`Unable to find package ${package_} at module path with error ${e}`);
+ debug(`Unable to find package ${package_} at module path with error ${e}`);
61
}
62
63
/* Read package version from npm_dependencies in browserstack.json file if present */
0 commit comments