This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit 2ea9aac
authored
Add missing return which could lead to double notification of a promise and so unexpected exception (#845)
Motivation:
When we fail the promise because of an unsupported message we need to
return early.
Modifications:
Add missing return
Result:
Correctly handle unsupported messages1 parent 38fdfab commit 2ea9aac
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
| 798 | + | |
798 | 799 | | |
799 | 800 | | |
800 | 801 | | |
| |||
0 commit comments