Make it easier to see what's going on when running recursively by printing the sub-project that is currently being analysed.
e.g.
old:
Running prepare on project
Finished prepare on project
Running prepare on project
Finished prepare on project
Yarn is active
Yarn is active
new:
Running prepare on project 'subproj1'
Finished prepare on project 'subproj1'
Running prepare on project 'subproj2'
Finished prepare on project 'subproj2'
Yarn is active for 'subproj1'
Yarn is active for 'subproj2'
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Make it easier to see what's going on when running recursively by printing the sub-project that is currently being analysed.
e.g. old:
new: