progress fixup

This commit is contained in:
Alex Garcia 2024-05-12 00:39:04 -07:00
parent ab45c39f31
commit 78505491af

View file

@ -28,4 +28,6 @@ console.log(
` (${TOTAL - numTotal}/${TOTAL})` ` (${TOTAL - numTotal}/${TOTAL})`
); );
console.log(); console.log();
console.log(`${(progress * 100.0).toPrecision(2)}% complete to sqlite-vec v0`); console.log(
`${(progress * 100.0).toPrecision(2)}% complete to sqlite-vec v0.1.0`
);