You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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