File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ static void parseFile(string[] args)
142142 }
143143 else if ( cur . StartsWith ( "onerror=" ) && cur . Length > "onerror=" . Length )
144144 {
145- if ( Arguments . readVerbosityArgument ( cur , i ) == false ) return ;
145+ if ( Arguments . readOnerrorArgument ( cur , i ) == false ) return ;
146146 }
147147 else if ( cur . StartsWith ( "artifacts=" ) && cur . Length > "artifacts=" . Length )
148148 {
@@ -213,7 +213,7 @@ static void parseFolder(string[] args)
213213 }
214214 else if ( cur . StartsWith ( "onerror=" ) && cur . Length > "onerror=" . Length )
215215 {
216- if ( Arguments . readVerbosityArgument ( cur , i ) == false ) return ;
216+ if ( Arguments . readOnerrorArgument ( cur , i ) == false ) return ;
217217 }
218218 else if ( cur . StartsWith ( "artifacts=" ) && cur . Length > "artifacts=" . Length )
219219 {
You can’t perform that action at this time.
0 commit comments