fix(command): fixed infinite cleanup bug caused by ignorant usage of references by yours truly

This commit is contained in:
phaneron 2024-11-22 02:20:28 -05:00
parent d25d3653bb
commit e9df378771
4 changed files with 39 additions and 29 deletions

View file

@ -13,4 +13,8 @@
#define STORM_ERROR_APPLICATION_FATAL STORM_ERROR(0x84)
#define STORM_COMMAND_ERROR_BAD_ARGUMENT STORM_ERROR(0x65)
#define STORM_COMMAND_ERROR_NOT_ENOUGH_ARGUMENTS STORM_ERROR(0x6D)
#define STORM_COMMAND_ERROR_OPEN_FAILED 0x6E
#endif