monome / maiden

web based editor and repl for norns
GNU General Public License v3.0
47 stars 33 forks source link

Command line Maiden update listing is ever so slightly jumbled when a script update fails #225

Open xmacex opened 6 months ago

xmacex commented 6 months ago

When updating installed norns scripts from the command line with maiden project update --all, those ones which fail to update jumble up the listing.

Updating: molly_the_poly ... already up-to-date
Updating: monkeyc-monkeyd ... failed: cannot find in catalogUpdating: monomaniac ... already up-to-date
Updating: moonraker ... already up-to-date

A missing linebreak somewhere... maybe this

https://github.com/monome/maiden/blob/5587f2448c64a9868a9d3fdc386549ed2aea924d/cmd/project.go#L230

should be fmt.Println like on 218 above; no formatting is used here on 230.

Can I win a Smallest Most Insignificant Niche Bug Reported trophy please? 🏆 (▰˘◡˘▰)

Anyway have a nice weekend :)

xmacex commented 6 months ago

Argh wrong place, the command line maiden has its own repo at monome/maiden how can I transfer it over there? thx