diff --git a/env/env.cc b/env/env.cc index 42652ce59..6cd3a3cdc 100644 --- a/env/env.cc +++ b/env/env.cc @@ -122,6 +122,7 @@ absl::StatusOr FunctionConfigToFunctionDecl( Env::Env() { compiler_options_.parser_options.enable_quoted_identifiers = true; + compiler_options_.adapt_parser_errors = true; } absl::StatusOr> Env::NewCompilerBuilder() {