-
-
Notifications
You must be signed in to change notification settings - Fork 354
Closed
Description
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
Assignees
Labels
No labels
Projects
Status
Done
Status
No status