1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Fixed get_error_msg for *nix

* Fixed undefined: get_error_msg
This commit is contained in:
0x9ef
2019-07-18 21:21:48 +03:00
committed by Alexander Medvednikov
parent 67c2932f34
commit d6ddfa124d
4 changed files with 42 additions and 9 deletions

View File

@@ -483,8 +483,6 @@ pub fn user_os() string {
return 'unknown'
}
// home_dir returns path to user's home directory.
pub fn home_dir() string {
mut home := os.getenv('HOME')