disable freeze_process
on windows
This commit is contained in:
parent
05dfd19d80
commit
540137b93e
@ -57,6 +57,12 @@ pub fn load(matches: &ArgMatches) -> Config {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
{
|
||||||
|
// Don't try to use unix APIs on windows
|
||||||
|
config.server.freeze_process = false;
|
||||||
|
}
|
||||||
|
|
||||||
config
|
config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user