Compare commits

..

No commits in common. "aaeef4a27e3980204c4cc300d1f748b19162af62" and "7fe9480c9408d1f3b51fe22c4fbf530e9cde0bf2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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