mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-24 05:44:20 +00:00
Fix build errors (mainly eslint)
This commit is contained in:
@@ -45,7 +45,7 @@ export async function getRules(
|
||||
return fallbackContent;
|
||||
} catch (fallbackError) {
|
||||
throw new Error(
|
||||
`Rules file not found for ${ruleType} in either ${locale} or et locale`,
|
||||
`Rules file not found for ${ruleType} in either ${locale} or et locale: ${fallbackError}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user