From e64e8a929e69306df98495ef147cf191eac77bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E6=99=93=E9=94=8B?= Date: Sun, 21 Jul 2024 09:41:38 +0800 Subject: [PATCH] =?UTF-8?q?patch=F0=9F=9A=91:=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/node.js b/code/node.js index 53483ff..60fda45 100644 --- a/code/node.js +++ b/code/node.js @@ -1,6 +1,6 @@ (async function hello() { - // const bf = Buffer.from("Hello, world!", "utf8"); - // console.log(bf); + const bf = Buffer.from("Hello, world!", "utf8"); + console.log(bf); async function async1() { console.log("1");