From 714b5294383a9dcec8f8055066e2b806271f95f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Fri, 25 Oct 2024 14:43:18 +0900 Subject: [PATCH] [obsidian] vault backup: 2024-10-25 14:43:18[ --- content/Bytebeat.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/Bytebeat.md b/content/Bytebeat.md index 971d4782..58e6acb0 100644 --- a/content/Bytebeat.md +++ b/content/Bytebeat.md @@ -63,11 +63,7 @@ let t = 0; const mainProcess = () =>{ const data = Uint8Array.from({ length: length }, - (v, _t) => { - const res = bytebeat(t); - t += 1; - return res - } + (v, _t) => bytebeat(t++) ); process.stdout.write(data); };