Este commit está contenido en:
JustOff
2018-07-11 18:28:49 +03:00
padre ecbc8d2255
commit 05dc383168

Ver fichero

@@ -41,7 +41,7 @@ let DB = {
showMessage(document, "Performing initial database provisioning ...", "db-warning ok"); showMessage(document, "Performing initial database provisioning ...", "db-warning ok");
throw "Init"; throw "Init";
} else { } else {
throw "CA Archive database has jast been updated, not ready or corrupted!"; throw "CA Archive database has just been updated, not ready or corrupted!";
} }
} }
return true; return true;