mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-15 08:57:24 +02:00
chore: linting
This commit is contained in:
@@ -25,7 +25,7 @@ export function showCleanErrorToast(error: unknown, prefix?: string) {
|
||||
const message = prefix ? `${prefix}: ${rootError}` : rootError;
|
||||
|
||||
// Import dynamically to avoid circular dependencies
|
||||
import("./toast-utils").then(({ showErrorToast }) => {
|
||||
void import("./toast-utils").then(({ showErrorToast }) => {
|
||||
showErrorToast(message);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user