Skip to content

Commit 3280488

Browse files
committed
chore(WithRunable): Remove commented-out code for setting input
- Removed the commented-out line that sets input for the process. - This change cleans up the code and improves readability. - The commented line was not necessary for functionality.
1 parent 2a66a50 commit 3280488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Concerns/WithRunable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ protected function createProcess($withOptions = []): Process
6969
$this->getEscapedSudoPassword(),
7070
$process->getCommandLine()
7171
));
72+
73+
// $process->setInput($this->getSudoPassword());
7274
}
7375

7476
if (\is_callable($this->processTapper)) {

0 commit comments

Comments
 (0)