mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
[pitboss/grind] cleanup session-0012 (20260520T233019Z-6958)
This commit is contained in:
parent
227675021b
commit
b468f31a68
8 changed files with 70 additions and 16 deletions
|
|
@ -837,7 +837,7 @@ fn run_firecracker(
|
|||
) -> Result<SandboxOutcome, SandboxError> {
|
||||
#[cfg(feature = "firecracker")]
|
||||
{
|
||||
return firecracker::run(_harness, _payload_bytes, _opts);
|
||||
firecracker::run(_harness, _payload_bytes, _opts)
|
||||
}
|
||||
#[cfg(not(feature = "firecracker"))]
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue