Skip to content

Commit

Permalink
improve require plugins assert message
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Moelius <[email protected]>
  • Loading branch information
R9295 and smoelius committed Oct 16, 2024
1 parent 117371a commit 638355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-afl/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ where
if require_plugins {
assert!(
has_plugins,
"AFL++ plugins are not available, run cargo afl config --force --plugins"
"AFL++ plugins are not available; run `cargo afl config --build --force --plugins`"
);
}

Expand Down

0 comments on commit 638355b

Please sign in to comment.