os: remove unknown host OS panic from os.get_host_os()

This commit is contained in:
Delyan Angelov 2025-08-24 00:43:48 +03:00
parent 42ae1b3080
commit cee72f71a5
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -268,6 +268,5 @@ pub fn get_host_os() OS {
$if js {
return .js_node
}
panic('unknown host OS')
return ._auto
}