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

timers: emit process warning if delay is negative or NaN #46678

Merged

Commits on Jun 25, 2024

  1. timers: emit warning if delay is negative or NaN

    Emit process warning once per process when delay is a negative number or
    not a number, this will prevent unexpected behaviour caused by invalid
    `delay` also keep the consistency of the behaviour and warning message
    for `TIMEOUT_MAX` number As the negative number is invalid delay will be
    set to 1.
    jakecastelli committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7c97dbf View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fixup!

    jakecastelli committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ff000c1 View commit details
    Browse the repository at this point in the history
  2. fixup! lint

    jakecastelli committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    970b44b View commit details
    Browse the repository at this point in the history