We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325a441 commit 5b1b212Copy full SHA for 5b1b212
frontend/scripts/language-hashes.ts
@@ -60,6 +60,7 @@ function calcHash(file: string): string {
60
const data = encoder.encode(currentLanguage);
61
return createHash("sha256").update(data).digest("hex");
62
}
63
+
64
if (import.meta.url.endsWith(process.argv[1] as string)) {
65
console.log(JSON.stringify(getHashes(), null, 4));
66
0 commit comments