treuera

Results 1 comments of treuera

测试过程: 程序路径 :“‪D:\中文文件夹\SSTap1.9.7\SStap197.exe”,启动后监听端口 “25379” ,已通过任务管理器知道程序运行pid为4484。 port_check.js 内容如下: ``` const find = require('find-process'); function checkp(port){ find('port', port) .then(function (list) { console.log(list); if (!list.length) { console.log(`port ${port} is free now`); } else...