mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-07 02:31:01 +02:00
Merge pull request #21193 from calixteman/fix_intermittent_hangul
Fix the intermittent test failure 'performs a search in a text containing some Hangul syllables'
This commit is contained in:
commit
2979253338
@ -117,9 +117,8 @@ async function initializePDFJS(callback) {
|
||||
"The `gulp unittest` command cannot be used in Node.js environments."
|
||||
);
|
||||
}
|
||||
// Configure the worker. Point at the raw source so the webserver can
|
||||
// instrument it on request and the worker accumulates `__coverage__`.
|
||||
GlobalWorkerOptions.workerSrc = "../../src/pdf.worker.js";
|
||||
// Configure the worker.
|
||||
GlobalWorkerOptions.workerSrc = "../../build/generic/build/pdf.worker.mjs";
|
||||
|
||||
callback();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user