-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathsimple-git+3.33.0.patch
More file actions
32 lines (30 loc) · 1016 Bytes
/
simple-git+3.33.0.patch
File metadata and controls
32 lines (30 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff --git a/node_modules/simple-git/dist/cjs/index.js b/node_modules/simple-git/dist/cjs/index.js
index 027f227..f0e3828 100644
--- a/node_modules/simple-git/dist/cjs/index.js
+++ b/node_modules/simple-git/dist/cjs/index.js
@@ -1805,10 +1805,8 @@ var init_tasks_pending_queue = __esm({
static getName(name = "empty") {
return `task:${name}:${++_TasksPendingQueue.counter}`;
}
- static {
- this.counter = 0;
- }
};
+ TasksPendingQueue.counter = 0;
}
});
diff --git a/node_modules/simple-git/dist/esm/index.js b/node_modules/simple-git/dist/esm/index.js
index ee39dec..44fe293 100644
--- a/node_modules/simple-git/dist/esm/index.js
+++ b/node_modules/simple-git/dist/esm/index.js
@@ -1231,10 +1231,8 @@ var init_tasks_pending_queue = __esm({
static getName(name = "empty") {
return `task:${name}:${++_TasksPendingQueue.counter}`;
}
- static {
- this.counter = 0;
- }
};
+ TasksPendingQueue.counter = 0;
}
});