diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/tasks/runner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tasks/runner.lua b/lua/tasks/runner.lua index 6a4bf5c..bcd0bfa 100644 --- a/lua/tasks/runner.lua +++ b/lua/tasks/runner.lua | |||
@@ -134,7 +134,7 @@ function runner.chain_commands(task_name, commands, module_config, addition_args | |||
134 | return | 134 | return |
135 | end | 135 | end |
136 | 136 | ||
137 | local quickfix_output = not command.ignore_stdout and not command.ignore_stderr | 137 | local quickfix_output = not command.ignore_stdout or not command.ignore_stderr |
138 | local job = Job:new({ | 138 | local job = Job:new({ |
139 | command = command.cmd, | 139 | command = command.cmd, |
140 | args = args, | 140 | args = args, |