mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Reviewed InputWorker
This commit is contained in:
parent
91f1be8c70
commit
934efcc5a0
2 changed files with 20 additions and 35 deletions
|
@ -738,8 +738,8 @@ class WorkerWaiter {
|
|||
* Sets the console log level in the workers.
|
||||
*/
|
||||
setLogLevel() {
|
||||
this.chefWorkers.forEach(w => {
|
||||
w.postMessage({
|
||||
this.chefWorkers.forEach(cw => {
|
||||
cw.worker.postMessage({
|
||||
action: "setLogLevel",
|
||||
data: log.getLevel()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue