Skip to content

Commit

Permalink
fixed error output color.
Browse files Browse the repository at this point in the history
  • Loading branch information
OurCodeBase committed Sep 7, 2024
1 parent d7262a9 commit 9ea8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gen3-express.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const createApp = async (appName) => {
await fse.copy(templatePath, destPath)
console.log(`[+] Express app has been created at ${destPath}...`)
} catch (error) {
console.log(`[-] ${error.message}`)
console.error(`[-] ${error.message}`)
}
}

Expand Down

0 comments on commit 9ea8f53

Please sign in to comment.