We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebae1e1 commit f1008e6Copy full SHA for f1008e6
1 file changed
cli/targets/proto.js
@@ -18,6 +18,7 @@ var Namespace = protobuf.Namespace,
18
var out = [];
19
var indent = 0;
20
var first = false;
21
+var syntax = 3;
22
23
function proto_target(root, options, callback) {
24
@@ -288,4 +289,4 @@ function buildOptions(object) {
288
289
var val = object.options[key];
290
push("option " + key + " = " + JSON.stringify(val) + ";");
291
});
-}
292
+}
0 commit comments