mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: make a process example compile with -prod
This commit is contained in:
@ -3,10 +3,6 @@ module main
|
||||
import os
|
||||
|
||||
fn exec(args []string) {
|
||||
mut out := ''
|
||||
mut line := ''
|
||||
mut line_err := ''
|
||||
|
||||
os.execve('/bin/bash', args, []) or {
|
||||
// eprintln(err)
|
||||
panic(err)
|
||||
|
Reference in New Issue
Block a user