mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-07-07 21:22:41 +02:00
Bump packages
This commit is contained in:
parent
4f0ab9b549
commit
599dbce6e6
15 changed files with 20134 additions and 6734 deletions
|
@ -63,8 +63,8 @@ export default class implements Command {
|
|||
await player.seek(seekTime);
|
||||
|
||||
await loading.stop();
|
||||
} catch (error) {
|
||||
await loading.stop(errorMsg(error));
|
||||
} catch (error: unknown) {
|
||||
await loading.stop(errorMsg(error as Error));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue