Skip to content

Logging outputModulesPath twice #3308

@jenskuhrjorgensen

Description

@jenskuhrjorgensen

How does the following output make sense in the ModulesCollector (both saving and resolving modules to/from the same path (outputModulesPath))?

logger.info('Saving modules to', outputModulesPath);
logger.info('Resolving modules from paths', outputModulesPath);

Example output:

Sentry Logger [info]: Saving modules to /Users/johndoe/Documents/repos/sentry-test-logger/android/app/src/main/assets/modules.json
Sentry Logger [info]: Resolving modules from paths /Users/johndoe/Documents/repos/sentry-test-logger/android/app/src/main/assets/modules.json

Maybe the variable modulesPaths was supposed to have been used for Resolving modules from paths?

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions