Skip to content

Commit

Permalink
fix: Command changes now apply correctly
Browse files Browse the repository at this point in the history
+ Changes made to the command after pressing 'Export' were not applied correctly
  • Loading branch information
Linus045 committed Feb 4, 2024
1 parent 5e228ae commit 1e6d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_slices.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function init(plugin)
}.data

if command_dlg_data.confirm then
local output = capture(command, true)
local output = capture(command_dlg_data.command_to_run, true)
print_ui("Command:")
print_ui(command)
print_ui("-------------------START OF OUTPUT-------------------")
Expand Down

0 comments on commit 1e6d86c

Please sign in to comment.