Browse Source

Fix lint error

pull/392/head
jeromewu 5 years ago
parent
commit
2956afc013
  1. 2
      src/createWorker.js

2
src/createWorker.js

@ -107,7 +107,7 @@ module.exports = (_options = {}) => { @@ -107,7 +107,7 @@ module.exports = (_options = {}) => {
}))
);
const terminate = async (jobId) => {
const terminate = async () => {
if (worker !== null) {
/*
await startJob(createJob({

Loading…
Cancel
Save