Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Feb 1, 2024
1 parent eed213b commit d622da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/ts-proto/gen/google/protobuf/struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export const Value = {
} else if (typeof value === "object") {
result.kind = { $case: "structValue", structValue: value };
} else if (typeof value !== "undefined") {
throw new Error("Unsupported any value type: " + typeof value);
throw new globalThis.Error("Unsupported any value type: " + typeof value);
}
return result;
},
Expand Down

0 comments on commit d622da1

Please sign in to comment.