You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virustotal command uses ANSI escape sequences ( `e[) to print colored warning messages, but the escape character `e is added in PowerShell 6 (PowerShell docs).
Bug Report
Current Behavior
virustotal
command uses ANSI escape sequences (`e[
) to print colored warning messages, but the escape character`e
is added in PowerShell 6 (PowerShell docs).Expected Behavior
Print text and color correctly.
Possible Solution
Use
$([char]0x1b)
instead.System details
Windows version: 10
OS architecture: 64bit
PowerShell version:
Scoop Configuration
Irrelevant
The text was updated successfully, but these errors were encountered: