chore: linting

This commit is contained in:
saberzero1 2026-02-25 19:21:44 +01:00
parent e4666dfa72
commit 65eca6ca52
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ async function launchTui() {
if (!existsSync(tuiPath)) {
console.error(
"TUI plugin not installed. Install with:\n" +
" npx quartz plugin add github:quartz-community/tui\n"
" npx quartz plugin add github:quartz-community/tui\n",
)
process.exit(1)
}