gaiman icon indicating copy to clipboard operation
gaiman copied to clipboard

email.gs example throws error

Open rampall opened this issue 2 years ago • 1 comments

image

rampall avatar Oct 14 '22 11:10 rampall

Thanks for taking the time to check this and report. Will fix this after the weekend.

The problem is that:

prompt_email()

is compiled into wrong syntax:

gaiman.prompt();
await $__email();

Probably because the name doesn't allow underscores.

jcubic avatar Oct 14 '22 14:10 jcubic

The code is fixed. Now it properly parses all functions that have static commands as part of the name.

jcubic avatar Nov 13 '22 17:11 jcubic