disable freeze_process
on windows
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user