Skip to content

Commit

Permalink
fix: download error issue and remove staled library
Browse files Browse the repository at this point in the history
Signed-off-by: seven <zilisheng1996@gmail.com>
  • Loading branch information
Blankll committed Mar 24, 2024
1 parent 2a4544f commit 3120c13
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 215 deletions.
203 changes: 28 additions & 175 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"dependencies": {
"debug": "^4.3.4",
"execa": "^5.1.1",
"gunzip-maybe": "^1.4.2",
"https-proxy-agent": "^7.0.3",
"node-fetch": "^2.7.0",
"tar-fs": "^3.0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ export const stopEngine = async (): Promise<void> => {
await cleanupIndices();
await killProcess();

debug('ES has been stopped');
debug('Engine has been stopped');
};
Loading

0 comments on commit 3120c13

Please sign in to comment.