mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: correct wasm target condition (#1018)
This commit is contained in:
parent
0ffba5c648
commit
6ff42c1a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ impl Utils {
|
||||||
{
|
{
|
||||||
Ok("windows")
|
Ok("windows")
|
||||||
}
|
}
|
||||||
#[cfg(wasm)]
|
#[cfg(target_family = "wasm")]
|
||||||
{
|
{
|
||||||
Ok("wasm")
|
Ok("wasm")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue