evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
372 stars 108 forks source link

Prepend error and warning messages with [Cmdr] #306

Closed autonordev closed 1 year ago

autonordev commented 1 year ago

This will make it more clear to developers and users reporting issues to developers that a warning or error is being emitted by Cmdr.

While this does not break any API contracts, it is a change in behaviour, and some developers may rely on Cmdr's warning and error messages to look a certain way. For instance, in pcalls. Accordingly, this should be part of a minor change and should be signposted in the changelog entry / release notes.