v.js: make eprintln use console.error
parent
5977fc0644
commit
b73387647c
|
@ -23,7 +23,7 @@ pub fn println(s string) {
|
|||
}
|
||||
|
||||
pub fn eprintln(s string) {
|
||||
#console.log(s)
|
||||
#console.error(s)
|
||||
}
|
||||
|
||||
pub fn print(s string) {
|
||||
|
|
Loading…
Reference in New Issue