mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
Update mediafire.ts
This commit is contained in:
parent
a126707fb7
commit
c554dd0cbe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export class MediafireApi {
|
|||
const html = await response.text();
|
||||
return this.extractDirectUrl(html);
|
||||
} catch (error) {
|
||||
throw new Error(`Failed to get download URL: ${error.message}`);
|
||||
throw new Error(`Failed to get download URL`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue