From 03ed7a828086a46f8fbf9b8a96641d4b702251eb Mon Sep 17 00:00:00 2001 From: kamil Date: Wed, 12 Mar 2025 14:33:44 +0100 Subject: [PATCH] fix add js_pushundefined() in dbg_js_lsf() --- debugus.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debugus.c b/debugus.c index cbb1fc3..e6eea89 100644 --- a/debugus.c +++ b/debugus.c @@ -412,6 +412,8 @@ void dbg_js_lsf(js_State *js) libelfin_wrap_free_info(ai); } } + + js_pushundefined(js); } void dbg_js_lif(js_State *js)