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

Unified Diff: runtime/bin/process.dart

Issue 8383037: Improve error handling in the process library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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
« no previous file with comments | « runtime/bin/process.cc ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.dart
diff --git a/runtime/bin/process.dart b/runtime/bin/process.dart
index e3f1cefca3002043041d7ad89959a0b17020fd25..0a73e9f21824fba3a083eed7159f7c7806285fba 100644
--- a/runtime/bin/process.dart
+++ b/runtime/bin/process.dart
@@ -5,8 +5,7 @@
interface Process factory _Process {
/*
* Creates a new process object preparing to run the executable
- * found at [path] with the specified [arguments]. [arguments] has
- * to be a const string array, c.f. bug 5314640.
+ * found at [path] with the specified [arguments].
*/
Process(String path, List<String> arguments);
« no previous file with comments | « runtime/bin/process.cc ('k') | runtime/bin/process_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698