mirror of
https://github.com/vlang/v.git
synced 2025-09-24 04:48:28 -04:00
os: remove unknown host OS
panic from os.get_host_os()
This commit is contained in:
parent
42ae1b3080
commit
cee72f71a5
@ -268,6 +268,5 @@ pub fn get_host_os() OS {
|
||||
$if js {
|
||||
return .js_node
|
||||
}
|
||||
panic('unknown host OS')
|
||||
return ._auto
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user