Removed localization from logs (Because it doesn't work)
This commit is contained in:
parent
72579e769f
commit
6cff08f073
32 changed files with 48 additions and 477 deletions
|
|
@ -81,7 +81,7 @@ class CopyBuild extends Plugin
|
|||
$success = $this->builder->executeCommand($cmd, $this->directory);
|
||||
|
||||
if (!$success) {
|
||||
throw new \Exception(Lang::get('failed_to_wipe', $this->directory));
|
||||
throw new \Exception(sprintf('Failed to wipe existing directory %s before copy', $this->directory));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue