Skip to content

Commit 1696383

Browse files
committed
use $protobuf.Long
1 parent a6cb560 commit 1696383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/targets/static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function buildType(ref, type) {
250250
case "sint64":
251251
case "fixed64":
252252
case "sfixed64":
253-
jsType = "number|Long";
253+
jsType = "number|$protobuf.Long";
254254
break;
255255
case "bool":
256256
jsType = "boolean";

0 commit comments

Comments
 (0)