mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-26 07:32:55 +00:00
test
This commit is contained in:
parent
e17dcb4a6f
commit
a8a73ee9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
open = false
|
open = false
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
toast.error('Failed to import extensions', {
|
toast.error('Failed to import extensions', {
|
||||||
description: error.message,
|
description: (error as Error).message,
|
||||||
duration: 5000
|
duration: 5000
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue