io icon indicating copy to clipboard operation
io copied to clipboard

Rationalize ProcessManager with

Open kevmoo opened this issue 8 years ago • 0 comments

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

kevmoo avatar Jan 30 '18 21:01 kevmoo