mondoohq/installer

windows/scan.ps1 assigns a value that does not get used for ErrorActionPreference

Opened this issue · 0 comments

This line assigns $previous_erroractionpreference but the rest of the code never uses this value.

The script should either use it where it's needed or you could remove that line if it is not needed.