Skip to content

Commit 00c81db

Browse files
committed
minor fix
1 parent c67eea1 commit 00c81db

File tree

1 file changed

+1
-1
lines changed
  • bin/testObservability/crashReporter

1 file changed

+1
-1
lines changed

bin/testObservability/crashReporter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ getPackageVersion = (package_, bsConfig = null) => {
5757
logger.info(`Getting ${package_} package version from module path = ${packages[package_]}`);
5858
packageVersion = packages[package_];
5959
} catch(e) {
60-
exports.debug(`Unable to find package ${package_} at module path with error ${e}`);
60+
debug(`Unable to find package ${package_} at module path with error ${e}`);
6161
}
6262

6363
/* Read package version from npm_dependencies in browserstack.json file if present */

0 commit comments

Comments
 (0)