mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
6 lines
84 B
V
6 lines
84 B
V
module picoev
|
|
|
|
@[if picoev_verbose_errors ?]
|
|
fn elog(msg string) {
|
|
eprintln(msg)
|
|
}
|