Skip to content

Commit

Permalink
fix: eval args type definition (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto committed May 2, 2023
1 parent 286f682 commit 749bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dapui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ local prev_expr = nil
--- of the buffer.
---@param expr? string Expression to evaluate. If nil, then in normal more the
--- current word is used, and in visual mode the currently highlighted text.
---@param args dapui.EvalArgs
---@param args? dapui.EvalArgs
function dapui.eval(expr, args)
async.run(function()
if not dap.session() then
Expand Down

0 comments on commit 749bfe1

Please sign in to comment.