use print instead of console.log in client cache so it doesn't output weirdness
This commit is contained in:
parent
352ad14e9a
commit
72c0319a9f
@ -260,5 +260,5 @@ const processFile = async (asset) => {
|
||||
}
|
||||
}
|
||||
|
||||
console.log("done");
|
||||
print("done");
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user