Skip to content

Commit 9cb6520

Browse files
committed
up
1 parent 15412eb commit 9cb6520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function coroutineRun()
236236
{
237237
// $ch = new Coroutine\Channel(1);
238238
$ok = Coroutine::create(function (){
239-
$result = $this->execute($this->input, $this->output);
239+
$this->execute($this->input, $this->output);
240240
// $ch->push($result);
241241
});
242242

0 commit comments

Comments
 (0)