| Index: dart/frog/leg/scanner/scanner_bench.dart
|
| diff --git a/dart/frog/leg/scanner/scanner_bench.dart b/dart/frog/leg/scanner/scanner_bench.dart
|
| index 486a4f2465e08fb02fe84c3d1d4a4c94eeafd225..7e2513428b8b740320e8e4e9a7b89b4acd75ee73 100644
|
| --- a/dart/frog/leg/scanner/scanner_bench.dart
|
| +++ b/dart/frog/leg/scanner/scanner_bench.dart
|
| @@ -77,7 +77,7 @@ class ProgressBar {
|
|
|
| ProgressBar(int total) : this.escape(total, new String.fromCharCodes([27]));
|
|
|
| - ProgressBar.escape(this.total, int esc)
|
| + ProgressBar.escape(this.total, String esc)
|
| : esc = esc, up = "$esc[1A", clear = "$esc[K";
|
|
|
| void begin() {
|
|
|