Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jul 8, 2024
1 parent 6b7b1a0 commit 6a319db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Public/Connect-Graphimo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
$Script:MgGraphAuthenticated = $true
return
} catch {
$Script:MgGraphAuthenticated = $null
$ErrorMessage = $_.Exception.Message -replace "`n", " " -replace "`r", " "
Write-Warning -Message "Connect-Graphimo - Error: $ErrorMessage"
return
Expand Down

0 comments on commit 6a319db

Please sign in to comment.