Compare commits
3 Commits
7fe9480c94
...
aaeef4a27e
Author | SHA1 | Date | |
---|---|---|---|
aaeef4a27e | |||
d5e5e27ca3 | |||
3e961e34a1 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -131,4 +131,5 @@ 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 {
|
||||||
console.log("error");
|
consola.error("error");
|
||||||
// something's wrong
|
// something's wrong
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user