Skip to content

Commit 814879d

Browse files
committed
chore: record problem observed
Not important right now so ignoring
1 parent a5c7a5c commit 814879d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bacon.toml

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ kill = ["pkill", "-TERM", "-P"]
1515
[jobs.run-profiling]
1616
command = ["cargo", "run", "--features=profiling"]
1717
kill = ["pkill", "-TERM", "-P"]
18+
on_change_strategy = "kill_then_restart"
1819
env.RUST_LOG = "zbus=warn,log_viewer=debug,info"
20+
# TODO 5: Look into getting both the profiler and the app to stop
1921

2022
[keybindings]
2123
ctrl-d = "job:reset-settings-and-run"

0 commit comments

Comments
 (0)