[obsidian] vault backup: 2024-10-25 14:43:18[
All checks were successful
Build / build (push) Successful in 3m11s
All checks were successful
Build / build (push) Successful in 3m11s
This commit is contained in:
parent
f0de7daafe
commit
714b529438
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user