mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
remove stray ? (#652)
This commit is contained in:
@ -147,7 +147,7 @@ impl LibFuzzerFuzzTask {
|
||||
.await
|
||||
.with_context(|| {
|
||||
format!(
|
||||
"unable to move crashing input into results directory: {} - {}?",
|
||||
"unable to move crashing input into results directory: {} - {}",
|
||||
entry.path().display(),
|
||||
destination_path.display()
|
||||
)
|
||||
|
Reference in New Issue
Block a user