| Index: pkg/compiler/lib/src/colors.dart
|
| diff --git a/pkg/compiler/lib/src/colors.dart b/pkg/compiler/lib/src/colors.dart
|
| index 0c100854ea02911884664169832ead458b290bff..4aaae15c5053d3aead4f3184a80f40339e9417ce 100644
|
| --- a/pkg/compiler/lib/src/colors.dart
|
| +++ b/pkg/compiler/lib/src/colors.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library colors;
|
| +library dart2js.colors;
|
|
|
| // See http://en.wikipedia.org/wiki/ANSI_escape_code#CSI_codes
|
| const String RESET = '\u001b[0m';
|
|
|