Skip to content

Commit

Permalink
Update proto.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimrapp committed Dec 7, 2016
1 parent ebae1e1 commit f1008e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/targets/proto.js
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 f1008e6

Please sign in to comment.