Update windows code

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 6e9d57e5e6
commit 4e2a348a13

@ -46,7 +46,7 @@ impl AsyncStreamProtocolListener for ApiProtocolListener {
} }
#[cfg(not(unix))] #[cfg(not(unix))]
{ {
use rmp_ipc::prelude::IPCError; use bromine::prelude::IPCError;
Err(IPCError::BuildError( Err(IPCError::BuildError(
"The address can not be made into a socket address".to_string(), "The address can not be made into a socket address".to_string(),
)) ))
@ -124,7 +124,7 @@ impl AsyncProtocolStream for ApiProtocolStream {
} }
#[cfg(not(unix))] #[cfg(not(unix))]
{ {
use rmp_ipc::prelude::IPCError; use bromine::prelude::IPCError;
Err(IPCError::BuildError( Err(IPCError::BuildError(
"The address can not be made into a socket address".to_string(), "The address can not be made into a socket address".to_string(),
)) ))

Loading…
Cancel
Save