Skip to content
New issue

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

Don't terminate the server on NodeDeprecationWarning #1185

Merged
merged 1 commit into from
Feb 4, 2022

Commits on Jan 27, 2022

  1. Don't terminate the server on NodeDeprecationWarning

    The last AWS SDK for Javascript that supports Node 10 (v3.45.0) emits a NodeDeprecationWarning to indicate that Node 10
    is no longer supported. Without this workaround, this crashes the OSD server, so it becomes impossible to interact with
    other AWS services from within OSD (e.g., in a custom plugin) until the Node 14 upgrade is done.
    
    Signed-off-by: Thilo-Alexander Ginkel <tg@tgbyte.de>
    ginkel committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    6deb062 View commit details
    Browse the repository at this point in the history