Skip to content

Commit

Permalink
syntax was never declared
Browse files Browse the repository at this point in the history
added line 21:
var syntax = 3;

by the way, why not include the json->proto functionality into "util"?
  • Loading branch information
joakimrapp committed Dec 7, 2016
1 parent f1008e6 commit bb40594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/targets/proto.js
Expand Up @@ -18,7 +18,7 @@ var Namespace = protobuf.Namespace,
var out = [];
var indent = 0;
var first = false;
var syntax = 3;
var syntax = 3;

function proto_target(root, options, callback) {

Expand Down

0 comments on commit bb40594

Please sign in to comment.