We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99656b4 + 1df17ad commit 5fef209Copy full SHA for 5fef209
extension/script/backend/worker/evaluate.lua
@@ -39,7 +39,7 @@ local function run_hover(frameId, expression)
39
if not ok then
40
return false, res
41
end
42
- local var = variables.createRef(res, "hover")
+ local var = variables.createRef(res, expression, "hover")
43
var.result = var.value
44
var.value = nil
45
return true, var
0 commit comments