LegacyScriptEngine
LegacyScriptEngine copied to clipboard
[Bug]: nodejs插件只要有部分错误就会直接NodeJs plugin <plugin_name> exited 退出加载
Describe the bug
nodejs插件只要有部分错误就会直接NodeJs plugin <plugin_name> exited 退出加载,希望可以抛出错误堆栈什么的,而不是插件直接退出加载
To Reproduce
装载某个nodejs插件
Expected behavior
nodejs插件出现错误并不会直接退出加载,而是抛出错误堆栈
Screenshots
Platform
Win10
BDS Version
1.20.81
LeviLamina Version
0.12.3
LegacyScriptEngine Version
0.7.8
Additional context
No response
这好像是LLSE祖传的问题,试试在插件里面捕获异常?