mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Added error message on wrong hash
This commit is contained in:
@@ -307,6 +307,7 @@ function start() {
|
|||||||
storeHashStatus(2);
|
storeHashStatus(2);
|
||||||
} else {
|
} else {
|
||||||
storeHashStatus(3);
|
storeHashStatus(3);
|
||||||
|
console.error("The hash does not match. Expected `" + result.hash + "` got `" + dataHash.trim() + "`");
|
||||||
}
|
}
|
||||||
storage.ClearURLsData = JSON.parse(storage.ClearURLsData);
|
storage.ClearURLsData = JSON.parse(storage.ClearURLsData);
|
||||||
toObject(storage.ClearURLsData);
|
toObject(storage.ClearURLsData);
|
||||||
|
|||||||
Reference in New Issue
Block a user