mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Use dprint for internal formatting (#6682)
This commit is contained in:
parent
9eca71caa1
commit
cde4dbb351
378 changed files with 3116 additions and 3121 deletions
|
@ -5,7 +5,7 @@ const port = process.argv[2] || "4544";
|
|||
console.log("port", port);
|
||||
|
||||
const response = Buffer.from(
|
||||
"HTTP/1.1 200 OK\r\nContent-Length: 12\r\n\r\nHello World\n"
|
||||
"HTTP/1.1 200 OK\r\nContent-Length: 12\r\n\r\nHello World\n",
|
||||
);
|
||||
|
||||
function write(socket, buffer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue