coc-git 2.7.12 → 2.7.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.7.13
2
+
3
+ - fix failure test (3cb8919)
4
+
1
5
  ## 2.7.12
2
6
 
3
7
  - fix: address audited git workflow issues (eb6ee85)
package/lib/index.js CHANGED
@@ -6787,7 +6787,7 @@ var Repo = class {
6787
6787
  cp2.kill("SIGKILL");
6788
6788
  finish(true);
6789
6789
  });
6790
- cp2.on("exit", () => {
6790
+ cp2.on("close", () => {
6791
6791
  finish(false);
6792
6792
  });
6793
6793
  cp2.on("error", () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.7.12",
3
+ "version": "2.7.13",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",