Skip to content

Commit 046fc9f

Browse files
authored
Merge pull request #525 from joakimrapp/missing-syntax-declaration
Missing syntax declaration
2 parents 0ce099b + bb40594 commit 046fc9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/targets/proto.js

Lines changed: 2 additions & 1 deletion
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)