Skip to content

Commit b2cf14c

Browse files
add scrip error config (Azure#24430)
1 parent 9e1812d commit b2cf14c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/swagger_to_sdk_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scriptWarning": "^\\[WARNING\\]"
1111
},
1212
"stdout": {
13-
"showInComment": "(Start to|\\[ERROR\\]).*"
13+
"showInComment": "(Start to|\\[ERROR\\]).*",
14+
"scriptError": "\\[error\\]"
1415
}
1516
}
1617
},

0 commit comments

Comments
 (0)