Skip to content

Commit 9aeb8b5

Browse files
authored
Add files via upload
1 parent 4b40411 commit 9aeb8b5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/vennv/vapm/Deferred.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ public function await(): mixed
5555
$this->childCoroutine->run();
5656
}
5757

58-
if ($this->childCoroutine->isFinished())
59-
{
60-
return $this->childCoroutine->getReturn();
61-
}
62-
63-
return $this->childCoroutine;
58+
return $this->childCoroutine->getReturn();
6459
}
6560

6661
}

0 commit comments

Comments
 (0)