Fix missing variable
Dieser Commit ist enthalten in:
Ursprung
97f6175f1c
Commit
d02ebe093b
@ -19,7 +19,7 @@ trait RunAction
|
||||
$padding = $width - $this->getLength($title) - 10;
|
||||
|
||||
try {
|
||||
$response = $closure(function ($content) use (&$padding) {
|
||||
$response = $closure(function ($content) use (&$padding, $verbose) {
|
||||
$padding -= $this->getLength($content);
|
||||
Daux::write($content, $verbose);
|
||||
});
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren