tacker

a simple web bundler
git clone https://tongong.net/git/tacker.git
Log | Files | Refs | README

commit 92e1987d19f929275acf42abb243679442261af9
parent a41634bfce51b3da11c93dc356b59f6e75dd669b
Author: tongong <tongong@gmx.net>
Date:   Sat, 17 Sep 2022 18:33:20 +0200

bugfix

Diffstat:
Mbundle_js.ha | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bundle_js.ha b/bundle_js.ha @@ -333,6 +333,7 @@ fn sg_write(st: *io::stream, buf_orig: const []u8) (size | io::error) = { st.buffered = len(buf); } else { io::writeall(st.sink, buf)!; + st.buffered = 0; }; }; } else {