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 1b4b859 commit 18cc3e0Copy full SHA for 18cc3e0
scripts/new-post.js
@@ -32,7 +32,7 @@ const targetDir = "./src/content/posts/"
32
const fullPath = path.join(targetDir, fileName)
33
34
if (fs.existsSync(fullPath)) {
35
- console.error(`Error:File ${fullPath} already exists `)
+ console.error(`Error: File ${fullPath} already exists `)
36
process.exit(1)
37
}
38
0 commit comments