Skip to content

Commit

Permalink
Merge pull request #525 from joakimrapp/missing-syntax-declaration
Browse files Browse the repository at this point in the history
Missing syntax declaration
  • Loading branch information
dcodeIO committed Dec 7, 2016
2 parents 0ce099b + bb40594 commit 046fc9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/targets/proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var Namespace = protobuf.Namespace,
var out = [];
var indent = 0;
var first = false;
var syntax = 3;

function proto_target(root, options, callback) {

Expand Down Expand Up @@ -288,4 +289,4 @@ function buildOptions(object) {
var val = object.options[key];
push("option " + key + " = " + JSON.stringify(val) + ";");
});
}
}

0 comments on commit 046fc9f

Please sign in to comment.