mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: removing extra line on main.py
This commit is contained in:
parent
50a1ba1dea
commit
75b69f38fc
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ export class HttpDownload {
|
||||||
|
|
||||||
private removeTrackerFile() {
|
private removeTrackerFile() {
|
||||||
if (fs.existsSync(this.trackerFilePath)) {
|
if (fs.existsSync(this.trackerFilePath)) {
|
||||||
fs.rm(this.trackerFilePath, () => {});
|
fs.rm(this.trackerFilePath, (err) => {
|
||||||
|
logger.error(err);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue