Skip to content

Commit

Permalink
fix(troika-worker-utils): decrease main thread message level from war…
Browse files Browse the repository at this point in the history
…n to log
  • Loading branch information
lojjic committed Jul 16, 2020
1 parent b689c0c commit d7cee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/troika-worker-utils/src/supportsWorkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let supportsWorkers = () => {
worker.terminate()
supported = true
} catch (err) {
console.warn(`Troika createWorkerModule: web workers not allowed; falling back to main thread execution. Cause: [${err.message}]`)
console.log(`Troika createWorkerModule: web workers not allowed; falling back to main thread execution. Cause: [${err.message}]`)
}
}

Expand Down

0 comments on commit d7cee6d

Please sign in to comment.