The process API should have a constructor for spawning a Dart process #1792
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-obsolete
Closed as the reported issue is no longer relevant
library-io
type-enhancement
A request for a change that isn't a bug
Add a constructor to Process to start a new process with the same Dart executable as the current process in started from, e.g.
Process p = new Process.startDart("test.dart", const ["--xxx"])
The text was updated successfully, but these errors were encountered: