bug fixed
This commit is contained in:
parent
241ed919a9
commit
90649528eb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class Git extends Command {
|
|||
|
||||
var process = await ProcessExecutor.start(shell);
|
||||
|
||||
return complete(process.exitCode, command,
|
||||
return complete(await process.process.exitCode, command,
|
||||
errorMessage: process.stderr.toString());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue