Address new lint warnings from previous commit.

This commit is contained in:
David Anson 2025-06-23 05:20:51 +00:00
parent 2dc5a97319
commit 0e17b5f8c6
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@
};
try {
return micromark.compile(compileOptions)(events);
} catch (error) {
} catch(error) {
return `[Exception: "${error}"]`;
}
}