From d678a73ccb8c1e9f9a089a52235c809f3ea33c50 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 30 Oct 2023 21:44:12 -0400 Subject: [PATCH] i broke ctfe oops --- dom.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.d b/dom.d index acda382..9b36106 100644 --- a/dom.d +++ b/dom.d @@ -8125,7 +8125,7 @@ class Utf8Stream { if(hasMore()) this.data ~= getMore(); - stdout.flush(); + // stdout.flush(); } @property final size_t length() {