mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #11422 from Snuffleupagus/issue-10768
Use the `strict` mode `assert` in the pdf2png Node.js example (issue 10768)
This commit is contained in:
commit
6316b2a195
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
|
||||
var Canvas = require('canvas');
|
||||
var assert = require('assert');
|
||||
var assert = require('assert').strict;
|
||||
var fs = require('fs');
|
||||
|
||||
function NodeCanvasFactory() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue