Skip to content

Commit

Permalink
feat: 完善输出
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 committed Mar 13, 2023
1 parent a6bd995 commit 9832d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformStart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const transformStart = async ({ scanPath, isGitMv, lang }: Setting): Prom
})
}
catch (err) {
consola.error(t.babelFail, err)
consola.error(`${t.babelFail} ${path} : ${err}`)
}
}

Expand Down

0 comments on commit 9832d1d

Please sign in to comment.