jneale / Xplore

Xplore: Developer Toolkit for ServiceNow
MIT License
193 stars 146 forks source link

Enhancement request: ui context button #82

Open jimfricker opened 5 months ago

jimfricker commented 5 months ago

Hi, Love this tool. Very useful.

I have a very minor enhancement request.

In ui script snd_xplore_shortcuts.openQuery, can the line

var log = [];

Be moved to the very top of the run function? This way extra info can be added to the output before the query is performed.

As I said very minor change and IMHO it makes it easier to use the log variable at different stages of the function. I find myself manually moving it every time I use it. cheers James

jneale commented 4 months ago

Thanks! Should be fine.