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
|
||||
|
||||
*.sqlite
|
||||
*.sqlite-jurnal
|
||||
docs
|
||||
|
||||
@@ -26,6 +26,6 @@ async function main() {
|
||||
if (errors === 0) {
|
||||
main();
|
||||
} else {
|
||||
console.log("error");
|
||||
consola.error("error");
|
||||
// something's wrong
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user