| Index: runtime/bin/builtin.dart
|
| diff --git a/runtime/bin/builtin.dart b/runtime/bin/builtin.dart
|
| index 5ae31aea9b3d26fa4369c39b122f59628d3b96fb..7088bed33c1189d04296dd9b70cccc7b18326ba9 100644
|
| --- a/runtime/bin/builtin.dart
|
| +++ b/runtime/bin/builtin.dart
|
| @@ -396,6 +396,7 @@ RawReceivePort _packagesPort;
|
| void _handlePackagesReply(msg) {
|
| // Make sure to close the _packagePort before any other action.
|
| _packagesPort.close();
|
| + _packagesPort = null;
|
|
|
| if (_traceLoading) {
|
| _log("Got packages reply: $msg");
|
|
|