error checking to chrome tab switching function

This commit is contained in:
2023-03-01 23:18:48 -05:00
parent fd6c3f1eef
commit 8a4c74ffaf

View File

@@ -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")
}
} }
/* /*
*/ */