ppy / osu-framework

A game framework written with osu! in mind.
MIT License
1.67k stars 419 forks source link

Fix error triggered in label step execution not being logged #6421

Closed frenzibyte closed 2 weeks ago

frenzibyte commented 2 weeks ago

When executing a group of steps by clicking on the label, if a step fails, it does not get logged. Fix is pretty simple, don't need to waste my breath. I've also made the error message consistent with this.