Chromium Code Reviews| Index: pkg/dev_compiler/web/web_command.dart |
| diff --git a/pkg/dev_compiler/web/web_command.dart b/pkg/dev_compiler/web/web_command.dart |
| index dc101420c3f7d98936e9ba4d72d969bb5c13156a..5f6514a9b789711f31bc79a99c4919d4e2dfd3c9 100644 |
| --- a/pkg/dev_compiler/web/web_command.dart |
| +++ b/pkg/dev_compiler/web/web_command.dart |
| @@ -129,7 +129,7 @@ class WebCompileCommand extends Command { |
| var moduleCode = module.isValid |
| ? module |
| - .getCode(ModuleFormat.legacy, unit.name, unit.name + '.map') |
| + .getCode(ModuleFormat.legacy, false, unit.name, unit.name + '.map') |
|
Jennifer Messerly
2016/09/14 20:07:03
long line, maybe run format?
|
| .code |
| : ''; |