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
Test Code:
import { stdout } from "process";
Test Result:
$ echo 'import { stdout } from "process";' > test_import.js $ $ ./qjs --module test_import.js Segmentation fault (core dumped) $
The text was updated successfully, but these errors were encountered:
fixed js_std_await() in case 'obj' is not a promise (github issue #222)
67723c9
This issue seems to have been fixed on Linux, but not on Windows. It's strange.
On Windows, qjs.exe does not exit and results in high CPU usage.
qjs.exe
Sorry, something went wrong.
This issue seems to have been fixed on Linux, but not on Windows. It's strange. On Windows, qjs.exe does not exit and results in high CPU usage.
My mistake, this has indeed been fixed.
Fix typo in #undef (bellard#222)
471e821
No branches or pull requests
Test Code:
Test Result:
The text was updated successfully, but these errors were encountered: