brew style --fix
This commit is contained in:
parent
f3a8241e69
commit
79f6c7c7da
@ -200,7 +200,7 @@ class SystemCommand
|
|||||||
pid = T.let(nil, T.nilable(Integer))
|
pid = T.let(nil, T.nilable(Integer))
|
||||||
raw_stdin, raw_stdout, raw_stderr, raw_wait_thr = ignore_interrupts do
|
raw_stdin, raw_stdout, raw_stderr, raw_wait_thr = ignore_interrupts do
|
||||||
Open3.popen3(env, [executable, executable], *args, **options)
|
Open3.popen3(env, [executable, executable], *args, **options)
|
||||||
.tap { |*, wait_thr| pid = wait_thr.pid }
|
.tap { |*, wait_thr| pid = wait_thr.pid }
|
||||||
end
|
end
|
||||||
|
|
||||||
write_input_to(raw_stdin)
|
write_input_to(raw_stdin)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user