We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2439aca commit 0c208dcCopy full SHA for 0c208dc
parser/src/block-parsers/sheet.ts
@@ -118,7 +118,7 @@ export function parseSheetBlock(content: string): SheetBlock {
118
if (restSheet) {
119
try {
120
Object.assign(sheet, parseKV(restSheet));
121
- } catch (e) {
+ } catch {
122
// Silently ignore parsing errors for optional sheet properties
123
// Properties are validated at the type level
124
}
0 commit comments