Chromium Code Reviews| Index: dart/site/try/src/compilation.dart |
| diff --git a/dart/site/try/src/compilation.dart b/dart/site/try/src/compilation.dart |
| index 8e67d3c58cc043b347b17035bff481b43c1eab67..eb824579e4088d3fc76ee8e972b0191491d9fd72 100644 |
| --- a/dart/site/try/src/compilation.dart |
| +++ b/dart/site/try/src/compilation.dart |
| @@ -243,6 +243,8 @@ self.importScripts("$url"); |
| if (kind == 'verbose info') { |
| if (verboseCompiler) { |
| consolePrint(message); |
| + } else { |
| + console.appendText('.'); |
| } |
| return; |
| } |