MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix pend_tail loop

+1 -1
+1 -1
src/modules/textcodec.c
··· 299 299 300 300 pend_tail: 301 301 if (stream) { st->pending[0] = src[i]; st->pending_len = 1; } 302 - else goto err; 302 + else { if (st->fatal) return -1; o = u8_fffd(out, o); } 303 303 break; 304 304 305 305 pend_hi: