mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 06:05:37 +07:00
Added error message on wrong hash
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user