mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #17372 from Snuffleupagus/fuzzing-VerbosityLevel-ERRORS
Limit the amount of console "spam" during fuzz tests (PR 17337 follow-up)
This commit is contained in:
commit
c908f2d55c
5 changed files with 36 additions and 5 deletions
|
@ -13,7 +13,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { getVerbosityLevel, setVerbosityLevel } from "./shared/util.js";
|
||||
import {
|
||||
getVerbosityLevel,
|
||||
setVerbosityLevel,
|
||||
VerbosityLevel,
|
||||
} from "./shared/util.js";
|
||||
import { Jbig2Image } from "./core/jbig2.js";
|
||||
import { JpegImage } from "./core/jpg.js";
|
||||
import { JpxImage } from "./core/jpx.js";
|
||||
|
@ -31,4 +35,5 @@ export {
|
|||
JpegImage,
|
||||
JpxImage,
|
||||
setVerbosityLevel,
|
||||
VerbosityLevel,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue