| Index: runtime/bin/process_impl.dart
|
| diff --git a/runtime/bin/process_impl.dart b/runtime/bin/process_impl.dart
|
| index 1016cb7015ae61966b4062ee9a17d88315e10b60..b729bf6fa5b30a374d19ed2abd77852a3904183a 100644
|
| --- a/runtime/bin/process_impl.dart
|
| +++ b/runtime/bin/process_impl.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +_exit(int status) native "Exit";
|
| +
|
| class _ProcessStartStatus {
|
| int _errorCode; // Set to OS error code if process start failed.
|
| String _errorMessage; // Set to OS error message if process start failed.
|
|
|