Skip to content

Commit

Permalink
[process_run] v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 29, 2024
1 parent 830089d commit 8289118
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/process_run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.2.2-0
## 1.2.2

* Special kill behavior on linux when using sigkill (kills all children too)
* Special kill behavior on linux, mac and windows when using sigkill (kills all children too)

## 1.2.1+1

Expand Down
1 change: 0 additions & 1 deletion packages/process_run/lib/src/shell.dart
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ abstract class Shell implements ShellCore, ShellCoreSync {
} else if (io.Platform.isWindows) {
try {
/// Kill the children
var pid = _currentProcess!.pid;
// Kill children process
// /pid <processID> Specifies the process ID of the process to be terminated.
// /f Specifies that processes be forcefully ended. This parameter is ignored for remote processes; all remote processes are forcefully ended.
Expand Down
2 changes: 1 addition & 1 deletion packages/process_run/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: process_run
version: 1.2.2-0
version: 1.2.2
description: Process run helpers for Linux/Win/Mac and which like feature for finding executables.
homepage: https://github.com/tekartik/process_run.dart/blob/master/packages/process_run

Expand Down

0 comments on commit 8289118

Please sign in to comment.