Skip to content

Commit

Permalink
chore: ignore more
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 20, 2023
1 parent 1eb2dba commit 52fe3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class Token {
// FIXME: should not be necessary to await arrayBuffer()!
// Node.js 20 hangs reading the stream (it never ends) but in
// older node versions and the browser it is fine to use blob.stream().
/* c8 ignore next 3 */
/* c8 ignore next 5 */
if (parseInt(globalThis.process?.versions?.node) > 18) {
content = new Uint8Array(await blob.arrayBuffer())
} else {
Expand Down

0 comments on commit 52fe3a5

Please sign in to comment.