Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Feb 2, 2024
2 parents 8598163 + 7c65045 commit fd3ad05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Download_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if (-not ("WinAPI.ForegroundWindow" -as [type]))
}
catch [System.Management.Automation.ParameterBindingException]
{
Write-Warning -Message "PowerShell 5.1 does not compile code if the username contains non-Latin characters (including emoji) and is written in lowercase."
Write-Warning -Message "PowerShell 5.1 does not compile code if the username contains non-Latin characters (including emoji) and is written in lowercase. Ignore this error message. Open background folder manually."
}
}

Expand Down

0 comments on commit fd3ad05

Please sign in to comment.