Skip to content

Commit 676f014

Browse files
committed
fix
1 parent 05baba8 commit 676f014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/generator/cmd/v2/common/cmdProcessor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func ExecuteTspClient(path string, args ...string) error {
259259
}
260260

261261
if len(temp) > 0 {
262-
newErrMsgs = append(newErrMsgs, errDiags...)
262+
newErrMsgs = append(newErrMsgs, temp...)
263263
}
264264
}
265265

0 commit comments

Comments
 (0)