alibaba / lightproxy

💎 Cross platform Web debugging proxy
https://lightproxy.org/
Apache License 2.0
3.12k stars 258 forks source link

windows 版无法引入全局安装的 whistle 插件 #213

Closed flyfly6 closed 4 years ago

flyfly6 commented 4 years ago

windows 版无法引入全局安装的 whistle 插件 这里的 \n 被转义成换行符了 https://github.com/alibaba/lightproxy/blob/13e2ca98553b591d0c7278f99c4adf1e96ee4798/vendor/whistle-start/index.js#L25-L28 修改了下就可以正常引入了

 ).concat( 
     glob.sync(`${process.env.AppData}\\npm\\node_modules`) 
 ).concat( 
     glob.sync(`${process.env.AppData}\\npm\\node_modules`) 
xcodebuild commented 4 years ago

thx, 考虑来个 pull request 么 👍

xcodebuild commented 4 years ago

fixed in https://github.com/alibaba/lightproxy/releases/tag/v1.1.40