| Index: lib/src/options.dart
|
| diff --git a/lib/src/options.dart b/lib/src/options.dart
|
| index e13cc43497bb45cba4f50fc15b3d3479c613db74..7f030a3877f81edd1f8dce3c61110fbb7363c291 100644
|
| --- a/lib/src/options.dart
|
| +++ b/lib/src/options.dart
|
| @@ -233,8 +233,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'],
|
|
|