summary refs log tree commit diff
path: root/scripts/client.js
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-01 12:40:38 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-02-01 12:40:38 +1100
commitb21d4285805d573903e2e69b1be2b1c13aee314e (patch)
treeb50383f0e6fd829b2349d7076f4cec8a004e56a2 /scripts/client.js
parentRename postgresql to postgres -> fix silently failing migrations (diff)
downloadserver-b21d4285805d573903e2e69b1be2b1c13aee314e.tar.xz
use print instead of console.log in client cache so it doesn't output weirdness
Diffstat (limited to 'scripts/client.js')
-rw-r--r--scripts/client.js2
1 files changed, 1 insertions, 1 deletions
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"); })();