mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
chore: linting
This commit is contained in:
parent
e4666dfa72
commit
65eca6ca52
@ -41,7 +41,7 @@ async function launchTui() {
|
|||||||
if (!existsSync(tuiPath)) {
|
if (!existsSync(tuiPath)) {
|
||||||
console.error(
|
console.error(
|
||||||
"TUI plugin not installed. Install with:\n" +
|
"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)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user