scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 24 forks source link

Bug in RunWorkflow #22

Closed SerbanAvram closed 6 years ago

SerbanAvram commented 6 years ago

Hello,

I've found a Bug in RunWorkflow method. In the Try{ }..Catch(){ } part, at line 208 "Script.Literal("console.log(stackTrace)");". I think it should be " Script.Literal("console.log("+stackTrace+")"); " . I'm debugging on Chrome and it gives me an Uncaught ReferenceError: stackTrace is not defined.

Regards, Serban