mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
os: make Result public
This commit is contained in:
parent
36eb1b77d0
commit
2032da7fe2
@ -326,7 +326,7 @@ fn pclose(f *C.FILE) int {
|
||||
}
|
||||
}
|
||||
|
||||
struct Result {
|
||||
pub struct Result {
|
||||
pub:
|
||||
exit_code int
|
||||
output string
|
||||
|
Loading…
Reference in New Issue
Block a user