Commit 027eaa1
committed
git api: resolve promise in lineHandler
The api promise will now only be resolved by the end of stdout processing
for git command output handling. The promise was being resolved early
before the output handlers had run.
Signed-off-by: Chris. Webster <chris@webstech.net>1 parent c7071c1 commit 027eaa1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments