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:
committed by
Alexander Medvednikov
parent
67c2932f34
commit
d6ddfa124d
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user