Skip to content

Commit 5aac6fb

Browse files
committed
fix(multiprocess): proxy opts.cwd_only
chore: remove duplicate debug lines
1 parent c9a2deb commit 5aac6fb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

lua/fzf-lua/libuv.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,6 @@ M.spawn_stdio = function(opts)
421421
for k, v in pairs(opts) do
422422
io.stdout:write(string.format("[DEBUG] %s=%s" .. EOL, k, tostring(v)))
423423
end
424-
io.stdout:write(string.format("[DEBUG] fn_transform=%s" .. EOL, fn_transform_str))
425-
io.stdout:write(string.format("[DEBUG] fn_preprocess=%s" .. EOL, fn_preprocess_str))
426-
io.stdout:write(string.format("[DEBUG] fn_postprocess=%s" .. EOL, fn_postprocess_str))
427424
elseif opts.debug then
428425
io.stdout:write("[DEBUG] [mt] " .. opts.cmd .. EOL)
429426
end

lua/fzf-lua/shell.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ M.stringify_mt = function(cmd, opts)
179179
"argv_expr",
180180
"cmd",
181181
"cwd",
182+
"cwd_only",
182183
"stdout",
183184
"stderr",
184185
"stderr_to_stdout",

0 commit comments

Comments
 (0)