Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit81cd84c
src: use Maybe<void> in node::crypto::error
With recent versions of V8, it is not necessary to use Maybe<bool>anymore.PR-URL:#53766Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>Reviewed-By: James M Snell <jasnell@gmail.com>1 parent9804731 commit81cd84c
1 file changed
+10
-9
lines changedLines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
460 |
| - | |
461 |
| - | |
462 |
| - | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
463 | 464 |
| |
464 | 465 |
| |
465 | 466 |
| |
| |||
471 | 472 |
| |
472 | 473 |
| |
473 | 474 |
| |
474 |
| - | |
| 475 | + | |
475 | 476 |
| |
476 | 477 |
| |
477 | 478 |
| |
478 | 479 |
| |
479 | 480 |
| |
480 |
| - | |
| 481 | + | |
481 | 482 |
| |
482 | 483 |
| |
483 | 484 |
| |
484 | 485 |
| |
485 | 486 |
| |
486 |
| - | |
| 487 | + | |
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
| |||
556 | 557 |
| |
557 | 558 |
| |
558 | 559 |
| |
559 |
| - | |
| 560 | + | |
560 | 561 |
| |
561 | 562 |
| |
562 |
| - | |
| 563 | + | |
563 | 564 |
| |
564 | 565 |
| |
565 | 566 |
| |
|
0 commit comments
Comments
(0)