mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
os: remove unknown host OS
panic from os.get_host_os()
This commit is contained in:
parent
42ae1b3080
commit
cee72f71a5
1 changed files with 0 additions and 1 deletions
|
@ -268,6 +268,5 @@ pub fn get_host_os() OS {
|
||||||
$if js {
|
$if js {
|
||||||
return .js_node
|
return .js_node
|
||||||
}
|
}
|
||||||
panic('unknown host OS')
|
|
||||||
return ._auto
|
return ._auto
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue