Fix "WSL already reported" panic (#1344)

This commit is contained in:
Andre Toerien
2025-09-28 08:25:10 +02:00
committed by GitHub
parent fec08a5ad1
commit 7c7e7c3ce4
5 changed files with 59 additions and 77 deletions

View File

@@ -16,7 +16,7 @@ use tracing::{debug, error};
use which_crate::which;
use crate::command::CommandExt;
use crate::report::StepResult;
use crate::runner::StepResult;
static TERMINAL: LazyLock<Mutex<Terminal>> = LazyLock::new(|| Mutex::new(Terminal::new()));