mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 10:22:39 +01:00
use print instead of console.log in client cache so it doesn't output weirdness
This commit is contained in:
parent
a156c7bc62
commit
b21d428580
@ -260,5 +260,5 @@ const processFile = async (asset) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("done");
|
print("done");
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user