Skip to content

Commit bb40594

Browse files
authored
syntax was never declared
added line 21: var syntax = 3; by the way, why not include the json->proto functionality into "util"?
1 parent f1008e6 commit bb40594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/targets/proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var Namespace = protobuf.Namespace,
1818
var out = [];
1919
var indent = 0;
2020
var first = false;
21-
var syntax = 3;
21+
var syntax = 3;
2222

2323
function proto_target(root, options, callback) {
2424

0 commit comments

Comments
 (0)