提交 eb149851 authored 作者: Serhij S's avatar Serhij S

win reload fix

上级 2e1aefc6
...@@ -375,7 +375,7 @@ pub fn reload_executable() -> Result<()> { ...@@ -375,7 +375,7 @@ pub fn reload_executable() -> Result<()> {
/// Reload the current executable (performs execvp syscall, Linux only) /// Reload the current executable (performs execvp syscall, Linux only)
#[cfg(not(target_os = "linux"))] #[cfg(not(target_os = "linux"))]
pub fn reload_executable() -> Result { pub fn reload_executable() -> Result<()> {
Err(Error::Unimplemented) Err(Error::Unimplemented)
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论