mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-09 09:23:07 +00:00
fix: not exiting the program when a call fails
This commit is contained in:
parent
cd77341fb3
commit
e75563693a
@ -61,7 +61,6 @@ package waku
|
||||
int ret = call; \
|
||||
if (ret != 0) { \
|
||||
printf("Failed the call to: %s. Returned code: %d\n", #call, ret); \
|
||||
exit(1); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user