mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: exiting
This commit is contained in:
@ -160,8 +160,8 @@ final class Kernel
|
|||||||
'content' => sprintf('%s in %s:%d', $message, $file, $line),
|
'content' => sprintf('%s in %s:%d', $message, $file, $line),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user