From 72c0319a9fcc63b0b569ac5397129e1c4978599b Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Wed, 1 Feb 2023 12:40:38 +1100 Subject: use print instead of console.log in client cache so it doesn't output weirdness --- scripts/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/client.js b/scripts/client.js index 8cbc15b1..1320cb2c 100644 --- a/scripts/client.js +++ b/scripts/client.js @@ -260,5 +260,5 @@ const processFile = async (asset) => { } } - console.log("done"); + print("done"); })(); -- cgit 1.4.1