remove leech warn

This commit is contained in:
xiaomlove
2022-05-13 15:56:09 +08:00
parent 6eeac797a4
commit 155d4ddcb6
10 changed files with 77 additions and 23 deletions

View File

@@ -672,4 +672,9 @@ class Install
$this->doLog("set lock at: $fullFilename, result: " . var_export($res, true));
}
public function getStepName($step): string
{
return $this->steps[$step - 1] ?? '';
}
}