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

Unified Diff: lib/src/server/server.dart

Issue 1703263002: Fix additional hint (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 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: lib/src/server/server.dart
diff --git a/lib/src/server/server.dart b/lib/src/server/server.dart
index 123b0a0bbc142e592a6dc34707ba663c3060e83e..09f19c192f1f6b59eb5720fe767a1daeda864e92 100644
--- a/lib/src/server/server.dart
+++ b/lib/src/server/server.dart
@@ -269,7 +269,6 @@ class DevServer {
serveFilesOutsidePath: true);
// TODO(vsm): Is there a better builtin way to compose these handlers?
var topLevelHandler = (shelf.Request request) {
- var path = request.url.path;
// Prefer generated code
var response = generatedHandler(request);
if (response.statusCode == 404) {
« 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