Skip to content

Commit 3120c13

Browse files
committed
fix: download error issue and remove staled library
Signed-off-by: seven <[email protected]>
1 parent 2a4544f commit 3120c13

File tree

6 files changed

+80
-215
lines changed

6 files changed

+80
-215
lines changed

package-lock.json

Lines changed: 28 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"dependencies": {
4646
"debug": "^4.3.4",
4747
"execa": "^5.1.1",
48-
"gunzip-maybe": "^1.4.2",
4948
"https-proxy-agent": "^7.0.3",
5049
"node-fetch": "^2.7.0",
5150
"tar-fs": "^3.0.5"

src/engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ export const stopEngine = async (): Promise<void> => {
139139
await cleanupIndices();
140140
await killProcess();
141141

142-
debug('ES has been stopped');
142+
debug('Engine has been stopped');
143143
};

0 commit comments

Comments
 (0)