Compare commits
No commits in common. "aaeef4a27e3980204c4cc300d1f748b19162af62" and "7fe9480c9408d1f3b51fe22c4fbf530e9cde0bf2" have entirely different histories.
aaeef4a27e
...
7fe9480c94
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,5 +131,4 @@ package-lock.json
|
|||||||
build
|
build
|
||||||
|
|
||||||
*.sqlite
|
*.sqlite
|
||||||
*.sqlite-jurnal
|
|
||||||
docs
|
docs
|
||||||
|
@ -26,6 +26,6 @@ async function main() {
|
|||||||
if (errors === 0) {
|
if (errors === 0) {
|
||||||
main();
|
main();
|
||||||
} else {
|
} else {
|
||||||
consola.error("error");
|
console.log("error");
|
||||||
// something's wrong
|
// something's wrong
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user