mirror of
https://github.com/YGGverse/next.git
synced 2026-03-31 17:55:34 +00:00
update fail path init
This commit is contained in:
parent
0982526c90
commit
87b7d288ae
1 changed files with 1 additions and 4 deletions
|
|
@ -74,10 +74,7 @@ foreach ((array) $argv as $item)
|
|||
|
||||
case 'fail':
|
||||
|
||||
$fail = rtrim(
|
||||
(string) $argument['value'],
|
||||
DIRECTORY_SEPARATOR
|
||||
) . DIRECTORY_SEPARATOR;
|
||||
$fail = (string) $argument['value'];
|
||||
|
||||
if (!str_starts_with($fail, DIRECTORY_SEPARATOR))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue