This commit is contained in:
leedongmyung[desktop] 2023-11-25 12:48:05 +09:00
parent 67cea1173b
commit 241ed919a9

View file

@ -16,7 +16,7 @@ class Git extends Command {
shell.writeln('git ${getPathNormal(item)}');
}
var process = await ProcessExecutor.run(shell, workspace: workspace);
var process = await ProcessExecutor.start(shell);
return complete(process.exitCode, command,
errorMessage: process.stderr.toString());