mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-14 22:54:32 +08:00
移除quickcommand.runCSharp,模拟操作中win下的屏幕截图使用runCsharpFeature实现
This commit is contained in:
@@ -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([]);
|
||||
|
||||
Reference in New Issue
Block a user