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