Compare commits

...

3 Commits

2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -131,4 +131,5 @@ package-lock.json
build
*.sqlite
*.sqlite-jurnal
docs

View File

@ -26,6 +26,6 @@ async function main() {
if (errors === 0) {
main();
} else {
console.log("error");
consola.error("error");
// something's wrong
}