Skip to content

Commit

Permalink
patch🚑: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfljw committed Jul 21, 2024
1 parent 551e3c9 commit e64e8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/node.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

0 comments on commit e64e8a9

Please sign in to comment.