mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Output to stderr, not stdout
This commit is contained in:
parent
caec0abcfc
commit
c0039f642e
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class ExtractTask extends AppShell {
|
|||
|
||||
$this->_output = rtrim($this->_output, DS) . DS;
|
||||
if (!$this->_isPathUsable($this->_output)) {
|
||||
$this->out(__d('cake_console', 'The output directory %s was not found or writable.', $this->_output));
|
||||
$this->err(__d('cake_console', 'The output directory %s was not found or writable.', $this->_output));
|
||||
return $this->_stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue