mirror of
https://github.com/YGGverse/nps-php.git
synced 2025-01-15 09:20:04 +00:00
add missed line separator
This commit is contained in:
parent
003393b129
commit
baaf077887
@ -259,7 +259,7 @@ class Server
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$content .= $line;
|
$content .= $line . PHP_EOL;
|
||||||
|
|
||||||
} while ($this->_live);
|
} while ($this->_live);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user