Added error message on wrong hash

This commit is contained in:
Kevin R
2022-03-20 00:41:15 +01:00
parent b2a9333611
commit 2ee6508f86

View File

@@ -307,6 +307,7 @@ function start() {
storeHashStatus(2);
} else {
storeHashStatus(3);
console.error("The hash does not match. Expected `" + result.hash + "` got `" + dataHash.trim() + "`");
}
storage.ClearURLsData = JSON.parse(storage.ClearURLsData);
toObject(storage.ClearURLsData);