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

Unified Diff: lib/src/options.dart

Issue 1645343002: Builds / serves multiple HTML files. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Cleanup Created 4 years, 11 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: lib/src/options.dart
diff --git a/lib/src/options.dart b/lib/src/options.dart
index d5abf8d2023e6db63fc36eec8164900eeaeef781..97eb365be21b0acf70c6609564d1bff1ef2b9418 100644
--- a/lib/src/options.dart
+++ b/lib/src/options.dart
@@ -234,8 +234,6 @@ CompilerOptions parseOptions(List<String> argv, {bool forceOutDir: false}) {
customUrlMappings[splitMapping[0]] = splitMapping[1];
}
- if (serverMode && args.rest.length != 1) showUsage = true;
-
return new CompilerOptions(
codegenOptions: new CodegenOptions(
emitSourceMaps: args['source-maps'],

Powered by Google App Engine
This is Rietveld 408576698