mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 11:23:23 +00:00
fix: stop failed test from leaking worker url
This commit is contained in:
@@ -83,10 +83,12 @@ export function WorkerTestPart() {
|
||||
status: "success",
|
||||
});
|
||||
} catch (err) {
|
||||
const error = err as Error;
|
||||
error.message = error.message.replace(worker.url, "WORKER_URL");
|
||||
updateWorker(worker.id, {
|
||||
id: worker.id,
|
||||
status: "error",
|
||||
error: err as Error,
|
||||
error,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user