fix(start-web): corrige sintaxe do bloco else no rebuild do sqlite
This commit is contained in:
parent
16bc56ae18
commit
e7d1af5013
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
} else {
|
else
|
||||||
rebuild_and_repin_sqlite
|
rebuild_and_repin_sqlite
|
||||||
check_better_sqlite3 || {
|
check_better_sqlite3 || {
|
||||||
echo "[start-web] ERRO: better-sqlite3 inválido após rebuild" >&2
|
echo "[start-web] ERRO: better-sqlite3 inválido após rebuild" >&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue