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

Unified Diff: runtime/bin/vmservice/loader.dart

Issue 2812373003: Fix reload bots (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/loader.dart
diff --git a/runtime/bin/vmservice/loader.dart b/runtime/bin/vmservice/loader.dart
index 8439b8aad3f6536b891bdeae8a9e330a2cb09e74..8d56466ae6578f7ae152709a20fd25388c8cc92c 100644
--- a/runtime/bin/vmservice/loader.dart
+++ b/runtime/bin/vmservice/loader.dart
@@ -93,6 +93,9 @@ class IsolateLoaderState extends IsolateEmbedderData {
}
void updatePackageMap(String packagesConfigFlag) {
+ if (packagesConfigFlag == null) {
+ return;
+ }
_packageMap = null;
_setPackagesConfig(packagesConfigFlag);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698