Update basic_search_replace.yml
parent
8879c9743a
commit
eb65f23a08
|
@ -61,8 +61,8 @@ actions:
|
|||
searchReplace:
|
||||
- if ( ${settings.termSearch} == ${settings.termReplace} ):
|
||||
- return:
|
||||
type: warning
|
||||
message: "Term to search is the same with term to replace. No action was done"
|
||||
type: warning
|
||||
message: "Term to search is the same with term to replace. No action was done"
|
||||
|
||||
- else:
|
||||
- if ( ${settings.testMode} == false ):
|
||||
|
|
Loading…
Reference in New Issue