@xiaobaidadada/node-pty-prebuilt
v1.0.4
Published
node-pty for prebuilt 使用预构建
Downloads
327
Maintainers
Readme
node-pty-prebuilt
在windwos下spawn函数的opt选项添加了exePath,可以指定 exePath的位置.
The spawn function's opt option has been added with agentExePath, which allows specifying the location of the agent executable.
https://github.com/microsoft/node-pty
- 在windows下useConpty如果开启,不能在debug模式下运行,useConptyDll如果开启了,你依然可以用exePath参数来指定它所需要的dll位置,不提供会使用项目默认的。
- 已经适配webpack打包