fix to not overwrite a contact list in some cases

when contact list is empty user asked if they want to proceed
This commit is contained in:
Vishal
2022-12-30 13:29:43 +05:30
parent 3649d0716a
commit d8b0be5878
2 changed files with 32 additions and 14 deletions

View File

@@ -519,3 +519,4 @@ void printSet( Set<String> toPrint, [ String prefix = "", String separator = ""]
stdout.write("\n");
}