Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1498)

Unified Diff: sdk/lib/_internal/compiler/js_lib/io_patch.dart

Issue 798743004: Add support for starting a detached process (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix handle closing on Windows Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/compiler/js_lib/io_patch.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/io_patch.dart b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
index b6400f3c69350ea57f4f9f39f6fdc8cd208df3e5..724a2321fa97703107893f6ce6698ed389543eb4 100644
--- a/sdk/lib/_internal/compiler/js_lib/io_patch.dart
+++ b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
@@ -275,7 +275,8 @@ class Process {
{String workingDirectory,
Map<String, String> environment,
bool includeParentEnvironment: true,
- bool runInShell: false}) {
+ bool runInShell: false,
+ bool detach: false}) {
throw new UnsupportedError("Process.start");
}

Powered by Google App Engine
This is Rietveld 408576698