`write` does not meet expectations.
bvanjoi opened this issue · 1 comments
bvanjoi commented
name
which got from let name = group.shift()
is a function created by runner.bind
, it had printed unexpected log in terminal. Location of these code is https://github.com/lukeed/uvu/blob/master/src/index.js#L138.
mabe rewrite it to if (typeof name === 'string') // xxxx
could solve this problem.