refactor: simplify BatchError (#4292)

This commit is contained in:
Kevin Wan
2024-08-03 13:57:41 +08:00
committed by GitHub
parent c6348b9855
commit dedba17219
6 changed files with 69 additions and 38 deletions

View File

@@ -94,4 +94,4 @@ else
echo "a diff found"
execute_command "diff -r $OLD_CODE $NEW_CODE"
exit 1
fi
fi

View File

@@ -62,4 +62,4 @@ service Test_Service {
rpc ClientStream (stream Req) returns (Reply);
// stream
rpc Stream(stream Req) returns (stream Reply);
}
}

View File

@@ -62,4 +62,4 @@ service Test_Service {
rpc ClientStream (stream Req) returns (Reply);
// stream
rpc Stream(stream Req) returns (stream Reply);
}
}