Open
Description
protobuf.js version: 6.6.5 and 6.8.0
running this lines of code on MacOs node v8:
var shell = require('shelljs');
shell.exec("node_modules/.bin/pbjs -t static-module -o ./.compiledAdaptor/posapi-model/.generated/PosApi.js ./adaptor/posapi-model/*.proto");
shell.exec("node_modules/.bin/pbts -o ./adaptor/posapi-model/.generated/PosApi.d.ts ./.compiledAdaptor/posapi-model/.generated/PosApi.js");
the output frompbts
(./adaptor/posapi-model/.generated/PosApi.d.ts
) is corrupted (cut off randomly and missing the end)