Skip to content

Commit

Permalink
Update ES6 language mode error to include later language versions
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138640332
  • Loading branch information
concavelenz authored and blickly committed Nov 9, 2016
1 parent fbafbda commit 2a512ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/RhinoErrorReporter.java
Expand Up @@ -87,7 +87,7 @@ class RhinoErrorReporter {
static final DiagnosticType ES6_FEATURE =
DiagnosticType.error("ES6_FEATURE",
"{0}. Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT " +
"to enable ES6 features.");
"or higher to enable ES6 features.");

static final DiagnosticType ES6_TYPED =
DiagnosticType.error("ES6_TYPED",
Expand Down

0 comments on commit 2a512ea

Please sign in to comment.