Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Apr 3, 2020
1 parent b44d004 commit 114f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/grpc_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ class GrpcCodeGenerator : public CodeGenerator {
}

std::unique_ptr<ZeroCopyOutputStream> output(
context->Open(generator_options.file_name(file->name())));
context->Open(generator_options.OutputFile(file->name())));
Printer printer(output.get(), '$');
PrintFileHeader(&printer, vars);

Expand Down

0 comments on commit 114f312

Please sign in to comment.