feature: Adds better command line argument parsing.
This commit is contained in:
parent
ea2fd4bff1
commit
e85838d438
6 changed files with 663 additions and 37 deletions
|
@ -78,7 +78,7 @@ server.on("connection", client => {
|
|||
);
|
||||
|
||||
function println(...str: string[]) {
|
||||
stream.write(format(...str).replace("\n", "\r\n"));
|
||||
stream.write(format(...str).replaceAll("\n", "\r\n"));
|
||||
};
|
||||
|
||||
while (true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue