Skip to content

Commit

Permalink
Fixes #738
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Oct 21, 2023
1 parent a31f249 commit 1187c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ request."
'help-echo result))
:icon expression
,@(when (and variables-reference (not (zerop variables-reference)))
(list :children (-partial #'dap-ui-render-variables debug-session variables-reference)))
(list :children (-partial #'dap-ui-render-variables debug-session variables-reference nil nil)))
:actions (["Remove" dap-ui-expressions-mouse-remove]
"--"
["Add" dap-ui-expressions-add]
Expand Down

0 comments on commit 1187c69

Please sign in to comment.