We have a strange issue where the PowerShell code seems to be executed the then, catch and finally on invoke are not. Our app has one button and when clicked it triggers this function:
On some clicks (not all) the then, catch or finally on invoke are not executed.:
We see that node-powershell received some updates regarding this issue. Would it be possible to release these to npm so we can use the package in production?
We have a strange issue where the PowerShell code seems to be executed the
then
,catch
andfinally
oninvoke
are not. Our app has one button and when clicked it triggers this function:On some clicks (not all) the
then
,catch
orfinally
oninvoke
are not executed.:We see that
node-powershell
received some updates regarding this issue. Would it be possible to release these to npm so we can use the package in production?Thank you for your help.