Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Nov 20, 2024
1 parent ef13f3a commit 7e652d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/actors/pocketic_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,6 @@ async fn shutdown_pocketic_proxy(port: u16, instance: usize, logger: Logger) ->
}

#[cfg(not(unix))]
fn shutdown_pocketic(_: u16, _: usize, _: Logger) -> DfxResult {
fn shutdown_pocketic_proxy(_: u16, _: usize, _: Logger) -> DfxResult {
bail!("PocketIC not supported on this platform")
}

0 comments on commit 7e652d8

Please sign in to comment.