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
eval "Hello" + "World" will get ReferenceError: Hello is not defined error message.
eval "Hello" + "World"
ReferenceError: Hello is not defined
Related logs:
10:18:35 VERB WechatyVorpal simpleExec(vorpal, "eval "Hello" + "World"") 10:18:35 VERB WechatyVorpalContrib Eval("{"options":{},"code":["Hello","+","World"]}") 10:18:35 VERB WechatyVorpalContrib Eval() jsCode: "Hello + World" 10:18:35 VERB Message say(ReferenceError: Hello is not defined) 10:18:35 VERB PuppetHostie messageSend(18131996049@chatroom, ReferenceError: Hello is not defined)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
eval "Hello" + "World"
will getReferenceError: Hello is not defined
error message.Related logs:
The text was updated successfully, but these errors were encountered: