移除quickcommand.runCSharp,模拟操作中win下的屏幕截图使用runCsharpFeature实现

This commit is contained in:
fofolee
2025-01-19 16:07:06 +08:00
parent c177584274
commit 272cf488a3
5 changed files with 384 additions and 418 deletions

View File

@@ -174,7 +174,6 @@ const runCsharpFeature = async (feature, args = [], options = {}) => {
console.log(featureExePath, args.join(" "));
currentChild = child_process.spawn(featureExePath, args, {
encoding: null,
windowsHide: true,
});
let stdoutData = Buffer.from([]);