mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 11:09:37 +00:00
Merge branch 'master' into android
This commit is contained in:
commit
7a91a1e827
|
@ -248,7 +248,7 @@ impl Backend for Web {
|
|||
return Ok(());
|
||||
}
|
||||
}
|
||||
return Err(Error::OperationFailed);
|
||||
Err(Error::OperationFailed)
|
||||
} else {
|
||||
Err(Error::NoneError)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user