diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 12:16:25 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2023-10-16 12:16:25 +0000 |
| commit | 8c0c901fb1c508ba878aeaf371084daeebe52a24 (patch) | |
| tree | 99a2b30817c4646b648dce9a0d35a8234dbaec41 /src/main.rs | |
| parent | c7d99a1dff61d64ffc26caa8068cf41d5202af3b (diff) | |
Avoid `run_loop` flag
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 136c8c6..0656553 100644 --- a/src/main.rs +++ b/src/main.rs @@ -40,7 +40,7 @@ fn main() -> anyhow::Result<()> { ui.start(pid, &args)?; } else { - trace(pid, &args, true)?; + trace(pid, &args)?; } Ok(()) |
