diff options
| author | Omar Rizwan <omar@omar.website> | 2023-02-10 00:12:55 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-02-10 00:12:55 +0000 |
| commit | 7c8cc511aee06d8546a863a40ab87b27abbdf26d (patch) | |
| tree | 41506cf21b62aee14fefe84a9b41a7229e439995 | |
| parent | Save and restore virtual program positions to/from disk. (diff) | |
| download | folk-7c8cc511aee06d8546a863a40ab87b27abbdf26d.tar.gz folk-7c8cc511aee06d8546a863a40ab87b27abbdf26d.zip | |
Use SIGTERM on subprocesses
| -rw-r--r-- | main.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ proc On {event args} { fconfigure $stdio -blocking 0 -buffering line fileevent $stdio readable [list ::rl $pid $stdio] - On unmatch [list exec kill -9 $pid] + On unmatch [list exec kill $pid] } elseif {$event eq "unmatch"} { set body [lindex $args 0] |
