Skip to content

Commit

Permalink
replace changed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Sep 26, 2023
1 parent d963e14 commit ea91744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ utils.cmdline = function(invocation)
local retval = r.ExecProcess(invocation, 0)

if not retval then
utils.DEBUG("There was an error executing the command: "..command)
utils.DEBUG("There was an error executing the command: " .. invocation .. "\n")
utils.DEBUG("See the return value and error below:\n")
utils.DEBUG(tostring(retval))
utils.assert(false)
Expand Down

0 comments on commit ea91744

Please sign in to comment.