mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.js: make eprintln use console.error
This commit is contained in:
parent
5977fc0644
commit
b73387647c
@ -23,7 +23,7 @@ pub fn println(s string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn eprintln(s string) {
|
pub fn eprintln(s string) {
|
||||||
#console.log(s)
|
#console.error(s)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn print(s string) {
|
pub fn print(s string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user