Skip to content

Commit f1008e6

Browse files
authored
Update proto.js
1 parent ebae1e1 commit f1008e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/targets/proto.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var Namespace = protobuf.Namespace,
1818
var out = [];
1919
var indent = 0;
2020
var first = false;
21+
var syntax = 3;
2122

2223
function proto_target(root, options, callback) {
2324

@@ -288,4 +289,4 @@ function buildOptions(object) {
288289
var val = object.options[key];
289290
push("option " + key + " = " + JSON.stringify(val) + ";");
290291
});
291-
}
292+
}

0 commit comments

Comments
 (0)