Send the verbosity
when using a workerPort (issue 15419)
This *should* fix issue 15419, but given the lack of a runnable example it's difficult to know for sure.
This commit is contained in:
parent
a21ce7ac8b
commit
d846b8601e
@ -2010,6 +2010,10 @@ class PDFWorker {
|
||||
// and ready to accept messages.
|
||||
});
|
||||
this._readyCapability.resolve();
|
||||
// Send global setting, e.g. verbosity level.
|
||||
this._messageHandler.send("configure", {
|
||||
verbosity: this.verbosity,
|
||||
});
|
||||
}
|
||||
|
||||
_initialize() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user