Skip to content

Releases: hughrawlinson/wekinator-node

Release list

v0.2.2

Choose a tag to compare

@hughrawlinson hughrawlinson released this 23 May 10:39
ff46ac7
fix(selectInputsForOutput): send correct message

We were previously sending the result of Array.unshift, which returns the length of the new array,
rather than the new array. This change sends the correct message.

fix #4