Skip to content

Commit af92554

Browse files
authored
Update Queue.php
1 parent 64514ca commit af92554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vennv/Queue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function useCallableReject(mixed $result) : void
242242
}
243243
catch (Throwable | Exception $error)
244244
{
245-
echo $error->getMessage();
245+
// TODO: Error handler
246246
}
247247

248248
$this->returnReject = $this->getResult($fiber);
@@ -509,4 +509,4 @@ public function hasCompletedAllPromises() : bool
509509
return $return;
510510
}
511511

512-
}
512+
}

0 commit comments

Comments
 (0)