Skip to content

Commit

Permalink
fix: standard:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Sep 13, 2022
1 parent 435dcf7 commit 581e6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class PDFMerger {
return new Uint8Array(aBuffer)
}

console.log({ input, inputc: Object.prototype.toString.call(input), ArrayBuffer, eq: input.contructor!==ArrayBuffer })
console.log({ input, inputc: Object.prototype.toString.call(input), ArrayBuffer, eq: input.contructor !== ArrayBuffer })
throw new Error('pdf must be represented as an ArrayBuffer, Blob, File, URL or fetchable string')
}

Expand Down

0 comments on commit 581e6a6

Please sign in to comment.