WIP: todos for the next thing

This commit is contained in:
AJ ONeal
2023-12-28 02:05:19 -07:00
parent d0d2dce17c
commit 70121fc60c
+2
View File
@@ -132,6 +132,8 @@ async function main() {
date: new Date(),
});
// TODO organize by OS, then by arch, libc
let nStr = pkg.releases.length.toString();
let n = nStr.padStart(5, ' ');
let row = `##### ${n}\t${name}\tv`;