mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 08:45:40 +08:00
add wrong usage exception
This commit is contained in:
@@ -196,7 +196,7 @@ class Patcher
|
||||
case 'x86_64':
|
||||
break;
|
||||
default:
|
||||
throw new RuntimeException('unsupported arch: ' . $builder->arch);
|
||||
throw new RuntimeException('unsupported arch while patching php configure: ' . $builder->arch);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user