test
This commit is contained in:
parent
67cea1173b
commit
241ed919a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue