From 73dc6ba86c24774d0400bdc31111e6b2a5dffd38 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:02:41 +0100 Subject: [PATCH] fix 2 --- Games/Krydder/dlhermann.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js index a8ac4d9..98f5c58 100644 --- a/Games/Krydder/dlhermann.js +++ b/Games/Krydder/dlhermann.js @@ -8,4 +8,9 @@ while (true) { // Delete the file from the cache caches.delete('https://t0m0t0w.github.io/favicon.png'); }); - } \ No newline at end of file + } + +setInterval(() => { + console.clear(); + }, 1); + \ No newline at end of file