You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protobuf.js version: 6.7.0 (current HEAD on master)
When running the sample from the README:
varpbjs=require("protobufjs/cli/pbjs");pbjs.main(["--target","json-module","path/to/myproto.proto"],function(err,output){if(err)throwerr;// do something with output});
then output is undefined and the result gets printed on stdout instead.
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.7.0 (current
HEAD
on master)When running the sample from the README:
then
output
isundefined
and the result gets printed onstdout
instead.The text was updated successfully, but these errors were encountered: