WGET action now gives a javascript error

It seems like the recent update has an issue with WGET. I’ve not changed the WGET action in my scripts, but the lines no longer work. I do not have any scripts affiliated with the action.

-P C:\Users\path\Downloads -O INSTALLER.EXE https://mywebsite.com/INSTALLER.EXE
Error Executing script : BeforeExecute
JavaScript runtime error
Object doesn’t support this property or method
Line: 12
Char : 1

I set up a DOS action and it works fine.

wget -O “C:\Users\path\Downloads\INSTALLER.EXE” https://mywebsite.com/INSTALLER.EXE

Version 8.0.0.3406

See