| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index a9aa8a3d14a957bbfcc0fc33a4b0335c018d39f1..5a910e7e423cb6996209c725bbb716b2d25fd4e9 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -4311,7 +4311,7 @@ class SsaBuilder extends ast.Visitor
|
| reporter.reportErrorMessage(
|
| arguments[1], MessageKind.GENERIC,
|
| {'text': 'Error: Expected String as second argument '
|
| - 'to JS_EMBEDDED_GLOBAL.'});
|
| + 'to JS_EMBEDDED_GLOBAL. Found: ${globalNameHNode}'});
|
| return;
|
| }
|
| HConstant hConstant = globalNameHNode;
|
|
|