Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 14:29
· 764 commits to main since this release
e9d2ad0

Patch Changes

  • #808 34884c2 Thanks @NullVoxPopuli! - trackedTask must return correct last value.

    Fixes the issue described at #793
    If the task was called multiple times and the last returned value was null or undefined,
    then trackedTask will return the previous value instead of the current one.