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 () f = function ()
{ return %v } { return %v }
.call(x) .call(x)
x = typeof f === 'function' ? f(x) : fn x = typeof f === 'function' ? f(x) : f
`, a) `, a)
} }
// Generate a beautiful error message. // Generate a beautiful error message.

Loading…
Cancel
Save