芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/BufferedConsoleOutput.php
buffer, function () { $this->buffer = ''; }); } /** * {@inheritdoc} */ #[\Override] protected function doWrite(string $message, bool $newline): void { $this->buffer .= $message; if ($newline) { $this->buffer .= \PHP_EOL; } parent::doWrite($message, $newline); } }