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
__filename
ScriptEngine (脚本引擎)
Windows 10
2.9.0
1.19.51
llse的nodejs在启动时传入的不正常的__filename被使用可能引发nodejs插件运行异常
在此处的LLSE源码中yq标记过一个有关TODO
如果能解决相关问题,那是再好不过的了
如果不能,希望在文档等适当位置做出说明
上述截图中的报错是在一次创建nodejs的worker_threads模块的Worker类时发生的 有关代码: new Worker(__filename, { workerData: { start: myStart, range }})
worker_threads
Worker
new Worker(__filename, { workerData: { start: myStart, range }})
见“发生了什么?”
无关
The text was updated successfully, but these errors were encountered:
fixed in #1235
Sorry, something went wrong.
No branches or pull requests
异常模块
ScriptEngine (脚本引擎)
操作系统
Windows 10
LiteLoader 版本
2.9.0
BDS 版本
1.19.51
发生了什么?
llse的nodejs在启动时传入的不正常的__filename被使用可能引发nodejs插件运行异常
在此处的LLSE源码中yq标记过一个有关TODO
如果能解决相关问题,那是再好不过的了
如果不能,希望在文档等适当位置做出说明
复现此问题的步骤
上述截图中的报错是在一次创建nodejs的
worker_threads
模块的Worker
类时发生的有关代码:
new Worker(__filename, { workerData: { start: myStart, range }})
有关的日志/输出
插件列表
The text was updated successfully, but these errors were encountered: