mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-05 21:38:27 +00:00
ANSI: Use user_error instead of echo
This commit is contained in:
parent
1231f58aa3
commit
d7b348771c
@ -433,7 +433,7 @@ class File_ANSI {
|
||||
}
|
||||
break;
|
||||
default:
|
||||
echo "{$this->ansi} unsupported\r\n";
|
||||
user_error("{$this->ansi} unsupported\r\n");
|
||||
}
|
||||
}
|
||||
$this->ansi = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user