update dependence version for gag to latest support windows (#17801)
* update dependence version for gag to leatest support windows * fix compile on windows * add Cargo.lock
This commit is contained in:
@ -61,7 +61,7 @@ pub fn redirect_stderr_to_file(logfile: Option<String>) -> Option<JoinHandle<()>
|
||||
#[cfg(not(unix))]
|
||||
{
|
||||
println!("logging to a file is not supported on this platform");
|
||||
()
|
||||
None
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user