Skip to content

Commit cee72f7

Browse files
committed
os: remove unknown host OS panic from os.get_host_os()
1 parent 42ae1b3 commit cee72f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎vlib/v/pref/os.v‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,5 @@ pub fn get_host_os() OS {
268268
$if js {
269269
return .js_node
270270
}
271-
panic('unknown host OS')
272271
return ._auto
273272
}

0 commit comments

Comments
 (0)