We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In JS, the file execution never returns after the prompt() call back to the main thread where it was called from.
(some internal await / callback issue maybe)
The text was updated successfully, but these errors were encountered:
AFAI can tell something definitely wrong with this
/~https://github.com/ajalt/clikt/blob/master/clikt/src/jsMain/kotlin/com/github/ajalt/clikt/output/CliktConsoleJS.kt#L22-L28
Sorry, something went wrong.
Using the Kotlin "IR" compiler, buffer.toString() does not work correctly.
Successfully merging a pull request may close this issue.
In JS, the file execution never returns after the prompt() call back to the main thread where it was called from.
(some internal await / callback issue maybe)
The text was updated successfully, but these errors were encountered: