add missed line separator

This commit is contained in:
yggverse 2024-04-30 04:15:23 +03:00
parent 003393b129
commit baaf077887

View File

@ -259,7 +259,7 @@ class Server
break;
}
$content .= $line;
$content .= $line . PHP_EOL;
} while ($this->_live);