Skip to content

Getting no output #471

Answered by johnlindquist
shuma asked this question in Q&A
Oct 8, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

setPanel doesn't prevent the script from completing, so your script is finishing and closing the UI.

If you want to keep the UI open, try

await div(wizardSessionKey, `p-4`) // p-4 is just to add some padding

The the UI will stay open until you hit Enter or Escape.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shuma
Comment options

Answer selected by shuma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants