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
We end up running the shell with
--module [hostarg] /tmp/HqmLu073pu5L64GWXI66/await-identifier-module-1.js
instead of
[hostarg] --module /tmp/HqmLu073pu5L64GWXI66/await-identifier-module-1.js
causing
Error: can't open [hostarg]: No such file or directory
Fix to eshost incoming.
The text was updated successfully, but these errors were encountered:
Pass the --module argument to the SM shell in the expected location
36d8671
Ref tc39/test262-harness#163
No branches or pull requests
We end up running the shell with
instead of
causing
Fix to eshost incoming.
The text was updated successfully, but these errors were encountered: