gaiman
gaiman copied to clipboard
email.gs example throws error
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.
The code is fixed. Now it properly parses all functions that have static commands as part of the name.