Skip to content

Commit 390b012

Browse files
committed
chore: ensure puffin is killed on bacon restart
1 parent c196d8b commit 390b012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bacon.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ kill = ["pkill", "-TERM", "-P"]
1414

1515
[jobs.run-profiling]
1616
command = ["cargo", "run", "--features=profiling"]
17+
kill = ["pkill", "-TERM", "-P"]
1718

1819
[keybindings]
1920
ctrl-d = "job:reset-settings-and-run"

0 commit comments

Comments
 (0)