Don't tell the name used is CRT
This commit is contained in:
Родитель
b8bf87b831
Коммит
06e32545f5
|
@ -128,7 +128,7 @@ try {
|
|||
/* The current CRT needs to match the config one. */
|
||||
$active_crt = getenv("PHP_SDK_VS");
|
||||
if (Config::getCurrentCrtName() != $active_crt && !$force) {
|
||||
throw new Exception("Active CRT '$active_crt' differs from the branch CRT '" . Config::getCurrentCrtName() . "'.");
|
||||
throw new Exception("Active CRT name '$active_crt' differs from the branch CRT name '" . Config::getCurrentCrtName() . "'.");
|
||||
}
|
||||
|
||||
$branch_data = Config::getCurrentBranchData();
|
||||
|
|
Загрузка…
Ссылка в новой задаче