Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Be more specific when you cannot register function/event after Init method #114

Closed tacheometry closed 4 years ago

tacheometry commented 4 years ago

If Aero errors Cannot register function after Init method or Cannot register event after Init method, it would be great if it would be more specific (e.g. in what service/controller and the function's name)

Sleitnick commented 4 years ago

Does the stack trace not indicate which module the error is coming from?

Sleitnick commented 4 years ago

Closing due to lack of clarification