Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Jun 22, 2021
1 parent 8304d47 commit 74e96bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/parallel/test-crypto-subtle-zero-length.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ const crypto = require('crypto').webcrypto;
}, k, e);
assert(v instanceof ArrayBuffer);
assert.strictEqual(v.byteLength, 0);
})().then(common.mustCall());

process.on('uncaughtException', e => assert.ifError(e));
})().then(common.mustCall()).catch(e => {
assert.ifError(e);
});

0 comments on commit 74e96bd

Please sign in to comment.