mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(error): add missing statements to STORM_ASSERT
This commit is contained in:
parent
0dafa3a70a
commit
c924e9a7d9
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
if (!(x)) { \
|
||||
SErrPrepareAppFatal(__FILE__, __LINE__); \
|
||||
SErrDisplayAppFatal(#x); \
|
||||
SErrSetLastError(0x57); \
|
||||
return 0; \
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue