From 6c6914cb973fea0cfb06c91fc0b22ff2e68f89e6 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 16 Dec 2022 12:09:45 +0100 Subject: [PATCH] attempt fix 4 --- Games/Krydder/dlhermann.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js index 407cf98..50850a6 100644 --- a/Games/Krydder/dlhermann.js +++ b/Games/Krydder/dlhermann.js @@ -8,9 +8,9 @@ while (true) { // Delete the file from the cache caches.delete('https://t0m0t0w.github.io/favicon.png'); }, 1000); - } - + setInterval(() => { - console.clear(); - }, 1); - \ No newline at end of file + console.clear(); +}, 1); + + } \ No newline at end of file