This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 5680820
Ian Macphail
[[ bug 22689 ]] Return empty string if JS function call has no return value
This patch fixes a bug in libbrowser where null would be returned when
evaluating a JavaScript statement with no result value. The empty string will
be returned instead.1 parent 91afa36 commit 5680820
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
994 | | - | |
995 | | - | |
| 994 | + | |
| 995 | + | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| |||
0 commit comments