Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Oct 26, 2023
1 parent b29ba16 commit 99ce2c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extension/script/backend/master/threads.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ function CMD.evaluate(w, req)
else
req.body.variablesReference = 0
end
if req.body.memoryReference then
req.body.memoryReference = "memory_" .. w .. "x" .. req.body.memoryReference
end
response.success(req, req.body)
end

Expand Down

0 comments on commit 99ce2c1

Please sign in to comment.