From bb4059467287fefda8f966de575fd0f8f9690bd3 Mon Sep 17 00:00:00 2001 From: joakimrapp Date: Wed, 7 Dec 2016 11:53:25 +0100 Subject: [PATCH] syntax was never declared added line 21: var syntax = 3; by the way, why not include the json->proto functionality into "util"? --- cli/targets/proto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/targets/proto.js b/cli/targets/proto.js index b30c7f711..bb0295c1c 100644 --- a/cli/targets/proto.js +++ b/cli/targets/proto.js @@ -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) {