We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6b914 commit a958f6eCopy full SHA for a958f6e
core-dump-composer/src/main.rs
@@ -131,7 +131,7 @@ fn handle(mut cc: config::CoreConfig) -> Result<(), anyhow::Error> {
131
process::exit(1);
132
}
133
};
134
- AdvisoryFileLock.lock(FileLockMode::Exclusive)?;
+ AdvisoryFileLock.lock(&file, FileLockMode::Exclusive)?;
135
let mut zip = ZipWriter::new(&file);
136
137
debug!(
0 commit comments