You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Currently if there's an error in modioInit due to an invalid parameter (eg. invalid root path, no write permissions, etc) the SDK just fails silently since nothing is logged and any web requests will just respond normally.
Check for errors in modioInit and return true/false appropriately (will need an explicit ::init for C++)
If the logger failed, log errors to stderr instead.
The text was updated successfully, but these errors were encountered:
Currently if there's an error in
modioInit
due to an invalid parameter (eg. invalid root path, no write permissions, etc) the SDK just fails silently since nothing is logged and any web requests will just respond normally.modioInit
and return true/false appropriately (will need an explicit::init
for C++)The text was updated successfully, but these errors were encountered: