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 7071fbc15b836161248402d6540faa2317bb4341..dace4db5fd35b3da601c4be0e61ce7fd447454db 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"); |
} |