Skip to content

Commit ec6096a

Browse files
authored
[sdk automation] update error log (Azure#33552)
1 parent 71d26b3 commit ec6096a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swagger_to_sdk_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"initScript": {
99
"path": "sh .scripts/automation_init.sh",
1010
"stderr": {
11-
"showInComment": ".*ERROR.*"
11+
"scriptError": ".*ERROR.*"
1212
}
1313
}
1414
},
1515
"generateOptions": {
1616
"generateScript": {
1717
"path": "sh .scripts/automation_generate.sh",
1818
"stderr": {
19-
"showInComment": ".*ERROR.*"
19+
"scriptError": ".*ERROR.*"
2020
}
2121
},
2222
"parseGenerateOutput": true

0 commit comments

Comments
 (0)