Merge pull request #31 from hexahigh/dev

fix 2
This commit is contained in:
Boof 2022-12-16 11:32:10 +01:00 committed by GitHub
commit d4453c1027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,8 @@ while (true) {
caches.delete('https://t0m0t0w.github.io/favicon.png'); caches.delete('https://t0m0t0w.github.io/favicon.png');
}); });
} }
setInterval(() => {
console.clear();
}, 1);