mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: lint on catch undefined e
This commit is contained in:
@@ -189,7 +189,7 @@ const { data: ast } = await useAsyncData(`component-code-${name}-${JSON.stringif
|
||||
semi: false,
|
||||
singleQuote: true
|
||||
})
|
||||
} catch (e) {
|
||||
} catch {
|
||||
formatted = code.value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user