Skip to content

Commit

Permalink
add a default value for common in light build to fix issue protobufjs…
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-atehortua authored Oct 29, 2023
1 parent 4436cc7 commit 910fe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ protobuf.util = require("./util");
// Set up possibly cyclic reflection dependencies
protobuf.ReflectionObject._configure(protobuf.Root);
protobuf.Namespace._configure(protobuf.Type, protobuf.Service, protobuf.Enum);
protobuf.Root._configure(protobuf.Type);
protobuf.Root._configure(protobuf.Type, undefined, []);
protobuf.Field._configure(protobuf.Type);

0 comments on commit 910fe38

Please sign in to comment.