A little bit more image work

This commit is contained in:
TheEssem 2021-06-18 19:10:13 -05:00
parent a0a32c31b9
commit 4d3e1655e0
No known key found for this signature in database
GPG key ID: A3F9F02129092FCA
5 changed files with 123 additions and 145 deletions

View file

@ -169,7 +169,7 @@ httpServer.on("error", (e) => {
});
httpServer.listen(8080, () => {
log("HTTP listening on port 8080");
log("HTTP and WS listening on port 8080");
});
const runJob = (job, sock) => {