Skip to content

Commit

Permalink
Update Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 26, 2024
1 parent b4dfa57 commit b1eec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/application/cli/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected function startReactor(): void

$this->container->registerInstance(SignalHandler::class, $signalHandler);

// Ensure that the cursor and stty are restored in case of a SIGINT call
// Ensure that the cursor and stty are restored in case of a SIGINT or SIGTERM call

if ($signalHandler->canHandleSignals()) {
$signalHandler->addHandler([SIGINT, SIGTERM], function ($signal, $isLast) use ($output): void {
Expand Down

0 comments on commit b1eec93

Please sign in to comment.