Fix node reducer

sleep-stdin-bug
Anton Medvedev 2 years ago
parent fc257539df
commit 3463842b8b

@ -62,7 +62,7 @@ func nodejs(args []string) string {
f = function ()
{ return %v }
.call(x)
x = typeof f === 'function' ? f(x) : fn
x = typeof f === 'function' ? f(x) : f
`, a)
}
// Generate a beautiful error message.

Loading…
Cancel
Save