Open kevmoo opened 6 years ago
As of Dart 2.0.0-dev.20 https://github.com/dart-lang/sdk/commit/6523896c6fb27a7ead2ced038da4d15164d894d4 we now have ProcessStartMode.INHERIT_STDIO
ProcessStartMode.INHERIT_STDIO
This eliminates the need for ProcessManager in some cases, no?
CC @matanlurey
As of Dart 2.0.0-dev.20 https://github.com/dart-lang/sdk/commit/6523896c6fb27a7ead2ced038da4d15164d894d4 we now have
ProcessStartMode.INHERIT_STDIO
This eliminates the need for ProcessManager in some cases, no?
CC @matanlurey