Adjust error info

This commit is contained in:
Nex
2018-10-11 15:09:45 +08:00
parent ebc381a760
commit f9452659ca
4 changed files with 36 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ where /q %gen% || echo missing %gen% && exit /B
if not exist %dir% mkdir %dir%
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/common.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/error_details.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/tx_ledger.proto
%exe% -I . --go_out=plugins=grpc:%dir% bdchain/api/ac_chain.proto