Update name card tests

This commit is contained in:
2025-11-11 19:50:25 +01:00
parent d1143cff12
commit 9cc2f7c169
2 changed files with 10 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ function launchWorker({ templatePath, avatarURL, username }) {
worker.postMessage({ templatePath, avatarURL, username });
worker.once('message', async (result) => {
console.log("worker terminated");
resolve(result);
});