modifs.mineures sans commentaires
This commit is contained in:
parent
18295868d6
commit
4686fd07d4
|
@ -462,8 +462,7 @@ class app2 {
|
||||||
function getRunfile(): RunFile {
|
function getRunfile(): RunFile {
|
||||||
$name = $this->name;
|
$name = $this->name;
|
||||||
$runfile = $this->getWorkfile($name);
|
$runfile = $this->getWorkfile($name);
|
||||||
# ne pas spécifier $name pour avoir le fichier par défaut sans profil
|
$logfile = $this->getLogfile("$name.out", false);
|
||||||
$logfile = $this->getLogfile("$name.console.log", false);
|
|
||||||
return $this->runfile ??= new RunFile($name, $runfile, $logfile);
|
return $this->runfile ??= new RunFile($name, $runfile, $logfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue