This works for me every time...
And to debug your function node code, simply enter the key word debugger
in the function code on a separate line (usually at the top of the code), deploy the code. Then fire the function (via an inject or whatever)
This works for me every time...
And to debug your function node code, simply enter the key word debugger
in the function code on a separate line (usually at the top of the code), deploy the code. Then fire the function (via an inject or whatever)