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

Unified Diff: runtime/vm/json_stream.cc

Issue 2070873002: Bug fixes for hot reload (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: fix an error message Created 4 years, 6 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
Index: runtime/vm/json_stream.cc
diff --git a/runtime/vm/json_stream.cc b/runtime/vm/json_stream.cc
index c367f2e0837239535cb870f09fdfeef9b434228a..f1a0d875d1e60ab9a0164ea12794ab2d3f1a9dd1 100644
--- a/runtime/vm/json_stream.cc
+++ b/runtime/vm/json_stream.cc
@@ -146,6 +146,8 @@ static const char* GetJSONRpcErrorMessage(intptr_t code) {
return "File system does not exist";
case kFileDoesNotExist:
return "File does not exist";
+ case kIsolateReloadFailed:
+ return "Isolate reload failed";
default:
return "Extension error";
}
« no previous file with comments | « runtime/vm/json_stream.h ('k') | runtime/vm/object_reload.cc » ('j') | runtime/vm/service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698