Skip to content

Commit b777ef3

Browse files
committed
chore: tidy up
1 parent 13b4430 commit b777ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared-metrics/src/dependencies.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ function addDependency(dependency, dependencyDirPath, countDownLatch, currentDep
199199
logger.debug(`No package.json at ${packageJsonPath}, ignoring this directory.`);
200200
return;
201201
} else if (err) {
202-
countDownLatch.countDown();
202+
// TODO: countDownLatch.countDown(); needs to be called here too?
203+
// countDownLatch.countDown();
203204
logger.info(
204205
`Failed to identify version of ${dependency} dependency due to: ${err?.message}. ` +
205206
'This means that you will not be able to see details about this dependency within Instana.'

0 commit comments

Comments
 (0)