Update name card tests
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user