| Index: runtime/bin/process.dart
|
| diff --git a/runtime/bin/process.dart b/runtime/bin/process.dart
|
| index 182c39daea8412bbd291bc15840acebe47b494df..351465847f6efada58150c04bd14f73ae7b73d22 100644
|
| --- a/runtime/bin/process.dart
|
| +++ b/runtime/bin/process.dart
|
| @@ -87,7 +87,7 @@ interface Process default _Process {
|
| * Set an error handler which gets invoked if an operation on the process
|
| * fails.
|
| */
|
| - void set onError(void callback(ProcessException error));
|
| + void set onError(void callback(e));
|
|
|
| /**
|
| * Kills the process. When the process terminates as a result of
|
|
|