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] #311

Closed wilyt1 closed 1 year ago

wilyt1 commented 1 year ago

Closes #306

ghost commented 1 year ago

Why not a function that returns a warning/error with "[Cmdr] ", or "[Cmdr] ".. ?

autonordev commented 1 year ago

Why not a function that returns a warning/error with "[Cmdr] ", or "[Cmdr] ".. ?

To me that's really unnecessary for something that's super simple and only applies to about 37 lines of code. Especially when you factor in that this function would need to be imported from somewhere or repeated all over the codebase.