We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unknown host OS
1 parent 42ae1b3 commit cee72f7Copy full SHA for cee72f7
1 file changed
vlib/v/pref/os.v
@@ -268,6 +268,5 @@ pub fn get_host_os() OS {
268
$if js {
269
return .js_node
270
}
271
- panic('unknown host OS')
272
return ._auto
273
0 commit comments