i broke ctfe oops

This commit is contained in:
Adam D. Ruppe 2023-10-30 21:44:12 -04:00
parent 5da32aeb43
commit d678a73ccb
1 changed files with 1 additions and 1 deletions

2
dom.d
View File

@ -8125,7 +8125,7 @@ class Utf8Stream {
if(hasMore())
this.data ~= getMore();
stdout.flush();
// stdout.flush();
}
@property final size_t length() {