Chromium Code Reviews

Unified Diff: bin/devc.dart

Issue 993213003: Support browser caching using hashes in serverMode (fixes #93, fixes #92) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/devc.dart
diff --git a/bin/devc.dart b/bin/devc.dart
index 0e61cead8a005324e37b4906dbeb3b836bc73cc3..255a9b9363079c25bbff1c896467f162481daa4a 100755
--- a/bin/devc.dart
+++ b/bin/devc.dart
@@ -34,7 +34,7 @@ void main(List<String> args) {
_showUsageAndExit();
}
- if (!options.dumpInfo) setupLogger(options.logLevel, print);
+ setupLogger(options.logLevel, print);
if (options.serverMode) {
new CompilerServer(options).start();
« no previous file with comments | « no previous file | lib/devc.dart » ('j') | no next file with comments »

Powered by Google App Engine