Commit 4e2862a
committed
crypto: simplify error handling in ECDH::New
The type of the argument is being checked within JS which makes the
type checking in C++ unnecessary.
PR-URL: nodejs#23647
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent 7872d79 commit 4e2862a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4342 | 4342 | | |
4343 | 4343 | | |
4344 | 4344 | | |
4345 | | - | |
| 4345 | + | |
4346 | 4346 | | |
4347 | 4347 | | |
4348 | 4348 | | |
| |||
0 commit comments