mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +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 {
|
||||
return .js_node
|
||||
}
|
||||
panic('unknown host OS')
|
||||
return ._auto
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue