seneca-transport icon indicating copy to clipboard operation
seneca-transport copied to clipboard

A bug about `track.push is not a function`.

Open ching2018 opened this issue 3 years ago • 0 comments

Line 183:

track.push(seneca.id)

should be :

Array.isArray(track) && track.push(seneca.id)

ching2018 avatar Apr 09 '21 15:04 ching2018