Cleanup - Updates
(#3)
* Cleanup - Updates
- changed return type of LuaScriptStatus
- removed the unnecessary case-insensitive check (the return will always be in caps)
* Cleanup
- adjust ostringstream to std::string
- I was hoping I could use fmt::format and only use outputBuffer, instead of 2 variables but when i go to try and parse the data, it gets sideways
* Variable Cleanup
- moved variable in-scope of usage
- adjusted initialization of variable