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

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: Minor fixes + rebase 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 c2c218a05442e76fd61515c59255c546be4d8619..33ad9a5677f9f9d47301f5edd3d4bfb256ba59b8 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 detached: false}) {
throw new UnsupportedError("Process.start");
}

Powered by Google App Engine
This is Rietveld 408576698