We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
lse-nodejs脚本中,当Object类型变量以数字字符串作为键时,lse api可能会无法读取到该键值对
const bug = { "22903518": 10689975, "22949482": "bug", "a114513": "not bug", } logger.error(bug);
结果打印 {a114513:not bug}
{a114513:not bug}
打印 {22903518:10689975,22949482:bug,a114513:not bug} (quickjs引擎的输出)
{22903518:10689975,22949482:bug,a114513:not bug}
No response
Windows
1.21.60
1.1.1
0.10.6
再js脚本中读取是正常的
The text was updated successfully, but these errors were encountered:
LiteLDev/ScriptX#13
Sorry, something went wrong.
chore: update ScriptX to fix v8 backend issue #277
5273ecb
d413de5
(cherry picked from commit 5273ecb)
No branches or pull requests
Describe the bug
lse-nodejs脚本中,当Object类型变量以数字字符串作为键时,lse api可能会无法读取到该键值对
To Reproduce
结果打印
{a114513:not bug}
Expected behavior
打印
{22903518:10689975,22949482:bug,a114513:not bug}
(quickjs引擎的输出)Screenshots
No response
Platform
Windows
BDS Version
1.21.60
LeviLamina Version
1.1.1
LegacyScriptEngine Version
0.10.6
Additional context
再js脚本中读取是正常的
The text was updated successfully, but these errors were encountered: