1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 10:22:31 +01:00

use print instead of console.log in client cache so it doesn't output weirdness

This commit is contained in:
Madeline 2023-02-01 12:40:38 +11:00
parent a156c7bc62
commit b21d428580
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -260,5 +260,5 @@ const processFile = async (asset) => {
}
}
console.log("done");
print("done");
})();