v/vlib/picoev/errors.v

7 lines
84 B
V

module picoev
@[if picoev_verbose_errors ?]
fn elog(msg string) {
eprintln(msg)
}