Skip to content

Commit 0d64c7f

Browse files
authored
Update index.js
1 parent d0bd85f commit 0d64c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ const main = async () => {
260260
try {
261261
if (options.customConfig) {
262262
const customConfigPath = resolve(process.cwd(), options.customConfig)
263+
console.log(`✨ found custom config at: ${customConfigPath}`)
263264
customConfig = require(customConfigPath)
264265
}
265266
} catch (error) {

0 commit comments

Comments
 (0)