Skip to content
New issue

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

继承了原版aj的bug #4

Open
1965514404 opened this issue Jan 16, 2022 · 1 comment
Open

继承了原版aj的bug #4

1965514404 opened this issue Jan 16, 2022 · 1 comment
Labels
Feedback Awaited 🕒 等待反馈 Waiting for the feedback from issue creater and issue will be closed if duration is over one month Obsolete 🕳️ 远古 Issue creater doesn't provide more specific information within a long time (often one month) Reinforcement ✨ 强化 Issues for higher quality of being compatible

Comments

@1965514404
Copy link

log(a.repeat(10000))仍然无法在vs上面输出,只能在aj上输出

@SuperMonster003 SuperMonster003 transferred this issue from SuperMonster003/AutoJs6 Feb 5, 2022
Repository owner deleted a comment from minirain2000 Feb 5, 2022
@SuperMonster003
Copy link
Owner

SuperMonster003 commented Feb 5, 2022

此 Issue 已转移 (AutoJs6 -> AutoJs6-VSCode-Extension)
上述问题是 VSCode 插件拼接大长度日志导致的问题
新版本 v1.0.4 已尝试修复上述问题
可在 VSCode 插件市场直接更新

新版本依然无法处理长度过长的单条日志 (如 10^8 级别)
下面列出了可能的几种情况

示例代码 旧版插件 新版插件 AutoJs6 查看日志
log('-'.repeat(1e3)); 正常 正常 正常查看
log('-'.repeat(1e4)); 异常 正常 正常查看
log('-'.repeat(1e5)); 异常 正常 正常查看
log('-'.repeat(1e6)); 异常 正常 导致崩溃
log('-'.repeat(1e7)); 异常 正常 导致崩溃
log('-'.repeat(1e8)); 异常 异常 导致崩溃

@SuperMonster003 SuperMonster003 added Feedback Awaited 🕒 等待反馈 Waiting for the feedback from issue creater and issue will be closed if duration is over one month Obsolete 🕳️ 远古 Issue creater doesn't provide more specific information within a long time (often one month) Reinforcement ✨ 强化 Issues for higher quality of being compatible labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feedback Awaited 🕒 等待反馈 Waiting for the feedback from issue creater and issue will be closed if duration is over one month Obsolete 🕳️ 远古 Issue creater doesn't provide more specific information within a long time (often one month) Reinforcement ✨ 强化 Issues for higher quality of being compatible
Projects
None yet
Development

No branches or pull requests

2 participants