mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
embeds
This commit is contained in:
parent
700036e84c
commit
89e0311a98
3 changed files with 55 additions and 14 deletions
quartz/processors
|
@ -92,7 +92,7 @@ export function createFileParser(baseDir: string, fps: string[], verbose: boolea
|
|||
console.log(`[process] ${fp} -> ${file.data.slug}`)
|
||||
}
|
||||
} catch (err) {
|
||||
console.log(chalk.red(`Failed to process \`${fp}\`: `) + err)
|
||||
console.log(chalk.red(`\nFailed to process \`${fp}\`: `) + err)
|
||||
process.exit(1)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue