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

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

Issue 1224403002: Fix package load error reporting. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: a Created 5 years, 5 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 ce3c9cce83a79ed14b3f4fb636587e7b78c7466b..a95df089b91bb5319f2b9687e8cf8cf951d68653 100644
--- a/runtime/bin/vmservice/loader.dart
+++ b/runtime/bin/vmservice/loader.dart
@@ -101,6 +101,6 @@ _processLoadRequest(request) {
} else if ((uri.scheme == 'data')) {
_loadDataUri(sp, id, uri);
} else {
- sp.send('Unknown scheme (${uri.scheme}) for $uri');
+ sp.send([id, 'Unknown scheme (${uri.scheme}) for $uri']);
}
}
« 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