mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Revert "MDL-47395 added cli_error() visual cue"
This reverts commit eb60c78c77
.
This commit is contained in:
parent
251089fe44
commit
454034351b
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ function cli_problem($text) {
|
|||
* @return void (does not return)
|
||||
*/
|
||||
function cli_error($text, $errorcode=1) {
|
||||
fwrite(STDERR, "\xE2\x9D\x8C ". $text);
|
||||
fwrite(STDERR, $text);
|
||||
fwrite(STDERR, "\n");
|
||||
die($errorcode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue