invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.08k stars 193 forks source link

fix: melos analyze concurrency flag log output #678

Closed jessicatarra closed 4 months ago

jessicatarra commented 4 months ago

Description

This PR aims to fix a problem with the log output of the analyze command when the concurrency flag is used, as reported in issue #668.

Closes #668

Type of Change