Skip to content

Commit 981609a

Browse files
committed
fix(inspector): replace resolve() with unwrap() in Client::stop to ensure correct termination handling
1 parent c671747 commit 981609a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Inspector/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private function monitor(): void
224224
public function stop(): void
225225
{
226226
if (isset($this->guard)) {
227-
Scheduler::terminate($this->guard)->resolve();
227+
Scheduler::terminate($this->guard)->unwrap();
228228
}
229229

230230
if ($this->warePid) {

0 commit comments

Comments
 (0)