| Index: runtime/bin/main.cc
|
| diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
|
| index be36001948ce097ab2d804fb505987e7e96632f0..5077803bebdbea0c208f32984b2c87dba709ef7a 100644
|
| --- a/runtime/bin/main.cc
|
| +++ b/runtime/bin/main.cc
|
| @@ -14,6 +14,7 @@
|
| #include "bin/eventhandler.h"
|
| #include "bin/file.h"
|
| #include "bin/platform.h"
|
| +#include "bin/process.h"
|
| #include "platform/globals.h"
|
|
|
| // snapshot_buffer points to a snapshot if we link in a snapshot otherwise
|
| @@ -572,6 +573,8 @@ int main(int argc, char** argv) {
|
| Dart_ShutdownIsolate();
|
| // Terminate event handler.
|
| EventHandler::Terminate();
|
| + // Terminate process exit-code handler.
|
| + Process::TerminateExitCodeHandler();
|
|
|
| return 0;
|
| }
|
|
|