Skip to content

Typo in error.context in ForPairs: inputValue used twice instead of inputKey and inputValue #396

@pruizfer

Description

@pruizfer

In ForPairs, within the self._outputPairState function, the error.context uses inputValue twice, rather than inputKey and inputValue.

error.context = `while processing key {tostring(inputValue)} and value {tostring(inputValue)}`

The line should likely be:

error.context = `while processing key {tostring(inputKey)} and value {tostring(inputValue)}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    brokenSomething isn't rightready to work onEnhancements/changes ready to be made

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions