Closed anfe0690 closed 2 years ago
Hello, I set up a private instance in a virtual machine with the master branch and I saw an error in the agent logs that disabled some Javascript functionality when using exec or execAndWait:
exec
execAndWait
SyntaxError: await is only valid in async function
I had to replace the master branch for the release branch to make it work again. https://github.com/WPO-Foundation/wptagent-install/blob/master/debian.sh#L46
Thanks! Reverted the commit that caused that for now.
Hello, I set up a private instance in a virtual machine with the master branch and I saw an error in the agent logs that disabled some Javascript functionality when using
exec
orexecAndWait
:I had to replace the master branch for the release branch to make it work again. https://github.com/WPO-Foundation/wptagent-install/blob/master/debian.sh#L46