We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dispatch.setupJep()
ran into this on deployment - setupJep() should make sure to catch a possible null pointer exception if it can't find the jep library
setupJep()
additionally, should consider a failing startup entirely if the config file cannot be read
The text was updated successfully, but these errors were encountered:
fixed in d7a54d6
Sorry, something went wrong.
No branches or pull requests
ran into this on deployment -
setupJep()
should make sure to catch a possible null pointer exception if it can't find the jep libraryadditionally, should consider a failing startup entirely if the config file cannot be read
The text was updated successfully, but these errors were encountered: