error checking to chrome tab switching function

main
Yuriy 2 years ago
parent fd6c3f1eef
commit 8a4c74ffaf

@ -220,6 +220,10 @@ CheckCurrentTabForCurrentSite(){
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging") SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging")
return "Failed" return "Failed"
} }
else, {
Message = CheckCurrentTabForCurrentSite() passed successfully
SaveOrPostProgress(Message:=Message,PostType:="ErrorLoggingTextFile,DiscordErrorLogging")
}
} }
/* /*
*/ */

Loading…
Cancel
Save