Skip to content

Commit 4455c6c

Browse files
committed
Exit explicitly
1 parent 588c0ed commit 4455c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/SseService.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ public function throwException(Throwable $exception): void
294294
$this->getEventStream(function() use ($exception) {
295295
$this->executeScript('console.error(' . json_encode($exception->getMessage()) . ');');
296296
})->send();
297+
298+
exit();
297299
}
298300

299301
/**

0 commit comments

Comments
 (0)